/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./styles/auth.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.login-bg{
    background-color: #273142;
    padding: 32px;
    width: 100%;
}
.profile-page-wrapper{
    background-color: #273142;
}

.auth-title{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.36px;
}

.form-wrap{
    width: 100%;
    max-width: 388px;
    margin: auto;
}

.label .label-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
}

.input-login{
    border-radius: 12px;
    border: 1px solid #D4D7E3;
    background: #F7FBFF;
    color: #202224;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
}
.textarea-box{
    border-radius: 12px;
    border: 1px solid #D4D7E3;
    background: #F7FBFF;
    color: #202224;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
}
.signup-text{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.18px;
}

@media (max-width: 991px) {
    .auth-title{
        font-size: 30px;
    }
}
