﻿/*.auth-page {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #FFFFFF;*/
/*}*/

/*.auth-logo-mobile {*/
/*    display: none;*/
/*}*/
/*.login-form-container {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    gap: 10px;*/
/*    position: absolute;*/
/*    width: 440px;*/
/*    min-height: 398px;*/
/*    left: calc(50% - 440px/2 - 352px);*/
/*    top: calc(50% - 398px/2 - 5px);*/
/*}*/

/*.reset-form-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*    gap: 32px;*/
/*    position: absolute;*/
/*    width: 440px;*/
/*    min-height: 357px;*/
/*    left: 128px;*/
/*    top: calc(50% - 357px/2 - 0.5px);*/
/*}*/

/*.new-info-form-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*    gap: 32px;*/
/*    position: absolute;*/
/*    width: 440px;*/
/*    min-height: 101px;*/
/*    left: calc(50% - 440px/2 - 352px);*/
/*    top: calc(50% - 101px/2 - 0.5px);*/
/*}*/



/*@media (max-width: 768px) {*/
/*    .auth-page {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        width: 100%;*/
/*        min-height: 526.78px;*/
/*        padding-top: 60px;*/
/*        gap: 24px;*/
/*    }*/

/*    .auth-form-section{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        padding: 0;*/
/*        gap: 20px;*/
/*        min-width: 288px;*/
/*        min-height: 466.78px;*/
/*        flex: none;*/
/*        order: 0;*/
/*        flex-grow: 0;*/
/*    }*/
/*    .auth-logo-mobile {*/
/*        width: 151.59px;*/
/*        height: 48.78px;*/
/*        mix-blend-mode: multiply;*/
/*        flex: none;*/
/*        order: 0;*/
/*        flex-grow: 0;*/

/*    }*/
/*    */
/*    .login-form-container {*/
/*        display: flex;*/
/*        flex-direction: row;*/
/*        justify-content: center;*/
/*        align-items: flex-start;*/
/*        padding: 0;*/
/*        gap: 10px;*/
/*        width: 288px;*/
/*        min-height: 398px;*/
/*        flex: none;*/
/*        order: 1;*/
/*        flex-grow: 0;*/

/*    }*/

/*    .auth-hero-image {*/
/*        display: none;*/
/*    }*/
/*}*/
