﻿
body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    text-align: center;
    background-size: auto;
    height: 100%;
}

.login-form {
    width: 55%;
    margin-top: 40px;
    margin-left: 185px;
}

.left-container {
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

.right-container {
    border-radius: 15px;
    background: linear-gradient(144deg, #BFE1FF 31.06%, #6AAAE4 100%);
    width: 100%;
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px;
}


    .right-container img {
        max-width: 100%;
        object-fit: contain;
    }


.company-logo {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}



.form-group {
    margin-top: 20px;
    position: relative;
}


    .form-group input {
        width: 100%;
        padding: 25px;
        border: none;
        outline: none;
        border-radius: 5px;
        background-color: #f1f0f0;
        color: #252525;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

.form-control {
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f1f0f0;
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.placeholder-text {
    position: absolute;
    top: 12px;
    left: 12px;
    pointer-events: none;
    opacity: 0.5;
}

.form-group input:focus + .placeholder-text {
    display: none;
}

.checkbox-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

    .checkbox-group label {
        flex: 1;
        text-align: left;
        color: #25252580;
        font-weight: 400;
        font-size: 14px;
    }


.forgot-password {
    text-align: right;
    text-decoration: none;
    font-weight: 600;
    color: #001B71
}

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #001B71;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 10px 0px rgba(46, 157, 221, 0.25);
    font-weight: 600;
}

.register-link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #25252580;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 40px;
}

    .register-link a {
        text-decoration: none;
        font-weight: 600;
        color: #001B71
    }

p {
    margin-top: 20px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #25252580;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.password-toggle {
    position: absolute;
    top: 15px;
    right: 21px;
    cursor: pointer;
    font-size: 20px;
    color: #25252580;
}

.app-link {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.remember-me {
    height: 20px;
    width: 20px;
}

.k-checkbox-label:before {
    width: 20px;
    height: 20px;
    top: -3px;
    border-radius: 3px;
    padding-top: 2px;
    font-size: 16px;
}

#RememberMe {
    height: 20px;
    width: 20px;
}

.checkbox-group label.mb-0 label {
    margin-bottom: 0 !important;
}

.home {
    height: 100%;
}



h4 {
    color: #BBBBBB;
    font-family: "Source Sans Pro";
    font-weight: 900;
    letter-spacing: 1px;
}

.container-fluid {
    height: 100%;
}




.login-button:hover {
    box-shadow: rgba(107,120,151,1) 0 0 10px 0;
    text-decoration: none;
    color: #585757;
}
/* ---------------------------------------------------
    MEDIAQUERIES MOBILE
----------------------------------------------------- */
@media (max-width: 768px) {

    .login-form {
        width: 100%;
        margin-left: 0;
    }

    .login-container {
        background-color: inherit;
    }

    .login-button {
        margin-top: 0;
    }

    .register-link {
        padding-bottom: 0;
    }

    .form-group {
        margin-bottom: 0px !important;
    }

    .container-fluid {
        background-color: rgba(255, 255, 255, 0.83);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/ Landscape /
/ Landscape /
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .login-container

{
    background-color: inherit;
}

.form-group {
    margin-bottom: 0px !important;
}

.container-fluid {
    background-color: rgba(255, 255, 255, 0.83);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
