/*
 * Do NOT edit this file by hand!
 * Edit the SCSS instead and re-compile.
 * Compiled 2024-11-27
 */
#wrapper {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
#wrapper .mt-6 {
    margin-top: 24px;
}
#wrapper .mb-8 {
    margin-bottom: 32px;
}
#wrapper .password-reset-container {
    width: 400px;
    margin: 100px auto;
}
#wrapper .password-reset-container img.logo {
    width: 120px;
    margin-bottom: 40px;
}
#wrapper .password-reset-container h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
}
#wrapper .password-reset-container .link {
    color: #0c15b3;
}
#wrapper .password-reset-container input[type=text], #wrapper .password-reset-container input[type=password] {
    cursor: pointer;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    height: 40px;
    padding: 2px 13px;
    transition: all 0ms;
    outline: 0;
}
#wrapper .password-reset-container input[type=text].has-error, #wrapper .password-reset-container input[type=password].has-error {
    outline: 0;
    border-color: #e3000f;
    border-width: 2px;
    padding: 1px 12px;
}
#wrapper .password-reset-container input[type=text]:hover:not(.has-error), #wrapper .password-reset-container input[type=password]:hover:not(.has-error) {
    outline: 0;
    border-color: #cbcbcb;
    border-width: 2px;
    padding: 1px 12px;
}
#wrapper .password-reset-container input[type=text]:focus, #wrapper .password-reset-container input[type=password]:focus {
    outline: 0;
    border-color: #414adc;
    border-width: 2px;
    padding: 1px 12px;
    box-shadow: 0 2px 4px rgba(63, 123, 183, 0.16);
}
#wrapper .password-reset-container .error-label {
    display: block;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #e3000f;
    border-radius: 0.4rem;
    padding: 0.2rem 0.4rem;
    margin: -0.2rem 1.4rem 0;
}
#wrapper .password-reset-container .btn {
    background-color: #414adc;
    border-radius: 4px;
    color: #ffffff;
    border-width: 0;
    border-color: transparent;
    outline: 0;
}
#wrapper .password-reset-container .btn:hover {
    background-color: #bad1f3;
    color: #414adc;
    box-shadow: 0 2px 4px rgba(63, 123, 183, 0.16);
}
#wrapper .password-reset-container .btn:active {
    background-color: #0c15b3;
    color: #ffffff;
    box-shadow: none;
}
#wrapper .password-reset-container .btn:focus {
    box-shadow: none;
}
#wrapper .password-reset-container .btn:focus-visible {
    background-color: #9e9480;
    box-shadow: 0 2px 4px #9e948040;
    color: #212121;
}
#wrapper .password-reset-footer {
    margin: auto auto 60px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #5a5a5a;
}
#wrapper .password-reset-footer a {
    margin: 0 18px;
}
#wrapper ul.securityHints {
    margin-top: 32px;
    margin-bottom: 40px;
}
#wrapper ul.securityHints li:not(:last-child) {
    margin-bottom: 12px;
}
