

/* Start:/local/components/it-projects/lk.login/templates/.default/style.css?17719453272325*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Raleway";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-image: url("/local/templates/main/images/ratings.png");
    background-size: cover;
}
#auth-form{
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.3);
    border-radius: 18px;
    padding: 24px;
    width: 400px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.form-fields{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.form-header{
    text-align: center;
    color: #2f2f2f;
    font-weight: 200;
}
.block{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
input.modern{
    position: relative;
    width: 100%;
    height: 44px;
    border-radius: 9px;
    border: 1px solid gray;
    padding: 16px 24px;
    outline: none;
    font-size: 16px;
    font-family: "Onest", sans-serif;
}
label.modern{
    font-size: 12px;
    color: gray;
    padding-left: 24px;
}
.form-btn{
    position: relative;
    width: 80%;
    height: 44px;
    border-radius: 9px;
    color: white;
    background-color: #02172f;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
span.notification{
    font-size: 14px;
}
#code-form{
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.3);
    border-radius: 18px;
    padding: 24px;
    width: 400px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.hidden{
    display: none !important;
}
.wrong{
    border-left: 3px solid darkred;
}
.notification{
    position: relative;
    width: 100%;
    padding: 12px;
    border-radius: 9px;
    background-color: rgba(139, 0, 0, 0.2);
    color: black;
    font-size: 14px;
}
#timer{
    font-family: "Onest", sans-serif;
}

@media screen and (max-width: 576px){
    #auth-form{
        width: 80vw;
        padding: 12px;
    }
    #code-form{
        width: 80vw;
        padding: 12px;
    }
}
/* End */
/* /local/components/it-projects/lk.login/templates/.default/style.css?17719453272325 */
