﻿body {
    background-color: #FBFBFC;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.form-container {
    margin: 3% auto auto;
    width: 80%;
    max-width: 1110px;
    padding: 20px;
    max-height:800px;
    background: #FAFBFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 60px 120px #26334D0D;
    border: 2px solid #E4E7F0;
    border-radius: 10px;
    opacity: 1;
}
.sso-form-container {
    margin: auto;
    width: 90%;
    max-width: 1110px;
    padding: 20px;
    height: 33em;
    background: #FAFBFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 60px 120px #26334D0D;
    border: 2px solid #E4E7F0;
    border-radius: 10px;
    opacity: 1;
}

.sso-content-container {
    margin: auto;
    width: 90%;
    max-width: 1110px;
    padding: 20px;
    height: 33em;
}

.sso-form {
    margin: 20px auto auto;
    width: 90%;
    max-width: 55em;
    height: auto;
    opacity: 1;
    justify-content: center;
}

.form {
    margin: auto;
    margin-top: 20px;
    width: 90%;
    max-width: 436px;
    height: auto;
    opacity: 1;
    justify-content: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-title {
    margin: 20px auto auto;
    justify-content: center;
    display: flex;
    text-align: center;
    font: normal normal bold 33px/43px Arial;
    letter-spacing: 0px;
    color: #1A202C;
    opacity: 1;
}

.contact-information {
    text-align: center;
    font: normal normal normal 16px/28px Arial;
}

.sso-text {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 20px auto auto;
    font: normal normal normal 16px/28px Arial;
    letter-spacing: 0px;
    color: #1A202C;
    opacity: 1;
}

.video {
    width: 100%;
    height: 100%;
}

.small-form-title {
    margin: 2em auto auto;
    justify-content: center;
    display: flex;
    text-align: center;
    font: normal normal bold 24px/24px Arial;
    letter-spacing: 0px;
    color: #1A202C;
    opacity: 1;
}

.label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    font: normal normal bold 14px/20px Arial;
    letter-spacing: 0px;
    color: #445676;
    opacity: 1;
    height: 25px;
    margin-left: 15px;
}

.input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 5px #26334D08;
    border: 2px solid #E4E7F0;
    border-radius: 4px;
    opacity: 1;
}

    .input:hover {
        box-shadow: 0px 2px 5px #26334D08;
        border: 2px solid #4A5568;
        border-radius: 5px;
        opacity: 1;
    }

    .input:active, .input:focus, .input:target {
        box-shadow: 0px 2px 5px #3361FF33;
        border: 2px solid #3361FF;
        border-radius: 5px;
        opacity: 1;
    }

.video-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 20px auto auto;
    height: 20em;
}

.password-group {
    position: relative;
}

.password-wrapper {
    display: flex;
    align-items: center;
}

    .password-wrapper .input {
        flex: 1;
        padding-right: 40px;
    }

.toggle-password {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.error {
    color: #d9534f;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.error-password {
    color: #f33129;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.helper-text {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
    display: block;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.sso-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6em;
}

.form-footer-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}

.brand-logo {
    margin-top: 1em;
}

.submit-button {
    border: none;
    cursor: pointer;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    font: normal normal bold 12px/20px Arial;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 1;
    width: 100%;
    max-width: 124px;
    height: 50px;
    background: #3361FF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
}

.submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.login-button:hover {
    background: #4D74FF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
}

.visibility {
    height: 22px;
}

a {
    color: #3361FF;
    font: normal normal normal 16px/28px Arial;
    letter-spacing: 0px;
    opacity: 1;
    border: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.forgot-password {
    margin-left: auto;
    color: #3361FF;
    text-align: right;
    font: normal normal normal 14px/20px Arial;
    letter-spacing: 0px;
    opacity: 1;
    border: none;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

.info-text {
    max-width: 436px;
    margin: 5vh auto 1vh;
    color: #2D3748;
    font-family: Arial;
}

@media (min-height: 800px) {
    .form-container {
        height: 700px;
    }
}

@media (max-width: 768px)and (max-height: 800px) {
    .form-container {
        width: 95%;
        padding: 15px;
    }

    .form {
        width: 100%;
        margin-top: 15px;
    }

    .form-title {
        margin-top: 15px;
        font-size: 28px;
    }

    .small-form-title {
        margin-top: 15px;
        font-size: 24px;
    }

    .input {
        width: 100%;
        height: 45px;
    }

    .login-button {
        width: 100%;
        height: 45px;
        font-size: 14px;
    }

    .forgot-password {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .form-title {
        font-size: 24px;
    }

    .small-form-title {
        font-size: 24px;
    }

    .label {
        font-size: 12px;
    }

    .input {
        height: 40px;
    }

    .login-button {
        height: 40px;
        font-size: 12px;
    }

    .forgot-password {
        font-size: 12px;
    }
}

.version-text {
    color: #FAFBFC;
    display: flex;
    justify-content: center;
    margin-top: 250px;
}
