﻿@import url(../../core/variables.css);

body {
    background-color: var(--color-app-surface);
    justify-content: center;
    font-family: Arial, sans-serif;
}

.form-container {
    margin: auto;
    margin-top:3%;
    width: 50%;
    max-width: 1110px;
    padding: 20px;
    height: auto;
    background: var(--color-app-surface) 0% 0% no-repeat padding-box;
    box-shadow: 0px 60px 120px #26334D0D;
    border: var(--border-input);
    border-radius: var(--radius-lg);
    opacity: 1;
}

.sso-form-container {
    margin: auto;
    width: 90%;
    max-width: 1110px;
    padding: 20px;
    background: var(--color-app-surface) 0% 0% no-repeat padding-box;
    box-shadow: 0px 60px 120px #26334D0D;
    border: var(--border-input);
    border-radius: var(--radius-lg);
    opacity: 1;
}

.sso-content-container {
    margin: auto;
    width: 90%;
    max-width: 1110px;
    padding: 20px;
}

.sso-form {
    margin: 20px auto auto;
    height: auto;
    opacity: 1;
    justify-content: center;
}

.sign-in-form {
    margin: auto;
    margin-top: 20px;
    width: 90%;
    max-width: 436px;
    height: auto;
    opacity: 1;
    justify-content: center;
}

.alert-icon {
    padding-left: 18px;
    font-size: 18px;
    opacity: 1;
    fill: #D32F2F;
}

.close-icon {
    padding-left: 18px;
    margin-top: 4px;
    font-size: 14px;
    opacity: 1;
    fill: #621B16;
}

.alert {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FDECEB 0% 0% no-repeat padding-box;
    border-radius: var(--radius-sm);
}

.alert div {
    flex: auto;
    text-align: left;
    margin-right: 20px;
    font: normal normal normal 14px/22px Arial;
    letter-spacing: 0px;
    color: #621B16;
}

.close-alert {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: var(--color-error);
}

.form-title {
    margin: 40px auto auto;
    margin-bottom:40px;
    justify-content: center;
    display: flex;
    text-align: center;
    font: normal normal bold 33px/43px Arial;
    letter-spacing: 0px;
    color: var(--color-on-app-surface);
    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: var(--color-on-app-surface);
    opacity: 1;
}

.video-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 20px auto auto;
    height: 20em;
}
.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: var(--color-on-app-surface);
    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: var(--color-on-app-surface);
    opacity: 1;
    height: 25px;
    margin-left: 15px;
}

.input {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    background: var(--color-app-surface) 0% 0% no-repeat padding-box;
    box-shadow: var(--shadow-md);
    border: var(--border-input);
    border-radius: var(--radius-sm);
    opacity: 1;
}

.input:hover {
    box-shadow: var(--shadow-md);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-sm);
    opacity: 1;
}

.input:active, .input:focus, .input:target {
    box-shadow: 0px 2px 5px #3361FF33;
    border: 2px solid var(--color-border-focus);;
    border-radius: var(--radius-sm);
    opacity: 1;
}

.password-group {
    margin-top: 30px;
    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: var(--color-error);
    font-size: 12px;
    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: 20px;
}

.header-content, .description-content, .footer-content {
    width: 100%;
}

.form-footer-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.sso-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6em;
}

.brand-logo {
    margin-top: 1em;
    max-width: 200px;
    max-height: 90px;
    min-width: 100px;
    width: auto;
    height: auto;
}

a {
    color: var(--color-button-primary);
    font: normal normal normal 16px/28px Arial;
    letter-spacing: 0px;
    opacity: 1;
    border: none;
    background-color: var(--color-app-surface);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.forgot-password {
    padding-right: 2px;
    margin-left: auto;
    color: var(--color-button-primary);
    text-align: right;
    font: normal normal normal 14px/20px Arial;
    letter-spacing: 0px;
    opacity: 1;
    border: none;
    background-color: var(--color-app-surface);
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-button {
    margin-top:20px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    color: var(--color-app-surface);
    text-align: center;
    font: normal normal bold 12px/20px Arial;
    opacity: 1;
    width: 100%;
    max-width: 96px;
    height: 46px;
    background: var(--color-button-primary) 0% 0% no-repeat padding-box;
    border-radius: var(--radius-md);
    opacity: 1;
}

.login-button:hover {
    background: var(--color-button-primary-hover) 0% 0% no-repeat padding-box;
    border-radius: var(--radius-md);
    opacity: 1;
}

.visibility {
    margin-top:2px;
    height: 26px;
}

/* Media Queries */
@media (max-width: 768px) {
    .form-container {
        width: 95%;
        padding: 15px;
    }

    .sign-in-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;
    }
}
