body {
    padding: 0;
    margin: 0;
    background-color: #f5f4f2;
    font-family:  'San Francisco Text',  ibm,  manrope,  muesosans;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing:  -.3px;
    font-feature-settings: unset;
    font-variant: unset;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
.dashboard__page__fix {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.dashboard__page__login .login__page__form {

}

.dashboard__page__login .login__page__form .login__page__tech {
    text-align: center;
    margin-top: 60px;
    color: #333;
    font-size: 18px;
}
.dashboard__page__login .login__page__form .login__page__tech a {
    color: #333;
    text-decoration: none;
}

.dashboard__page__login .login__page__form .login__box {
    border-radius: 18px;
    box-shadow:  0 4px 24px rgb(0 0 0 / 18%);
    padding: 30px 30px 50px 30px;
    width: 360px;
    background: #fff;
}



.login__page__form .login__form__notify {
    background: #c00;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: 'manrope';
    border-radius: 12px;
    margin-bottom: 30px;
    font-size: 17px;
}
#notify {
    display: none;
}
.login__page__form .login__form__title {
    font-family:  'San Francisco Display';
    font-size:  29px;
    font-weight:  700;
    text-align: center;
    padding-bottom: 25px;
    font-family:  'manrope';
}
.login__page__form input {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    outline: 0;
    width: 100%;
    height: 60px;
    padding: 15px;
    border-radius: inherit;
    box-sizing: border-box;
    background-color:  #f6f6f6;
    margin-bottom:  20px;
    font-family:  'San Francisco Text';
    font-weight: 400;
    font-size: 18px;
    border-radius: 18px;
    border: 1px solid rgb(178 176 176 / 32%);
}
.login__page__form .login__form__button {
    width: 100%;
    display: grid;
}
.login__page__form .login__form__button button {
    color: #fff !important;
    background: #0f65ef;
    border: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-style: normal;
    padding: 23px 15px;
    border-radius: 18px;
    font-family:  'San Francisco Text';
    cursor: pointer;
}

.login__page__form .login__form__button button:disabled {
    background: #979393;
}

.login__page__form .login__forget {
    display: grid;
    justify-content: center;
    padding-top: 30px;
}
.login__page__form .login__forget a {
    color: #000;
    border-bottom: 1px dashed #000000;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.login__page__form .login__mode {
    display: none;
}

.login__page__form .login__mode.active {
    display: block;
    /* width: 95%; */
    margin: 0 auto;
}

.login__page__form .login__type {}
.login__page__form .login__type .swith__button {
    grid-template-columns: 50% 50%;
    display: grid;
    margin-bottom: 20px;
}
.login__page__form .login__type .swith__button .login__btn {
    background: #eee;
    color: #fff;
    padding: 7px 10px 5px 10px;
    text-align: center;
    border-radius: 8px;
    margin: 0 10px;
    color: #000;
    cursor: pointer;
}
.login__page__form .login__type .swith__button .login__btn.active {
    background: #0f65ef;
    color: #fff;
    border-bottom: 2px solid #0f65ef;
}

.login__verify {
    display: none;
}

.login__verify .verify__info {
    font-size: 16px;
    text-align: center;
    background: #336fee;
    color: #fff;
    padding: 10px 0;
    border-radius: 12px;
    margin-bottom: 20px;
}