
/* form common login, forgot, otp*/
.c_button.-pink3 {
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.main_common {
    background-color: #FFEAF4;
}

.wrap_section {
    background-color: #FFEAF4;
    padding: 50px 0px;
    @media screen and (max-width: 1023px) {
        padding: 20px 0 30px;
    }
}

.wrap_section__inner {
    background-color: white;
    border-radius: 13px;
    padding: 30px 38px;
    box-shadow: 0 4px 0 #FAB4CE;
    transition: all 0.2s ease;
    border: 2px solid #E62E81;
    max-width: 500px;
    width: calc(100% - 60px);
    margin: 0 auto;
    @media screen and (max-width: 1023px) {
        width: calc(100% - 30px);
    }
}

.wrap_section__inner .form_section__button {
    @media screen and (min-width: 1024px) {
        min-height: 40px;
    }
}

.title_section__h2 {
    margin-top: 0;
    color: #E62E81;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.title_section__h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #E62E81;
    margin: 12px auto 0;
}

.text_description {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    @media screen and (max-width: 1023px) {
        font-size: 12px;
    }
}

.wrap_section__logo {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
}

.header__logoWrap {
    width: 220px !important;
    margin-right: 0 !important;
}

.section__form {
    margin-top: 16px;
}

.form_section__input {
    background-color: #FFEAF4;
    border: 1.5px solid transparent;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    outline: none;
    width: 100%;
    height: auto;
    line-height: normal;
    @media screen and (max-width: 1023px) {
        font-size: 12px;
        padding: 8px 16px;
    }

}

.form_section__input::placeholder{
  color: #FAB4CE;
}

.form_section__input:focus {
  border: 1px solid #e13b7a;
}

.form_section__buttonWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.form_section__button {
    width: 100%;
    max-width: 315px;
    @media screen and (max-width: 1023px) {
        max-width: 220px;
    }
}

/* forgot pass */
.forgot_section__error:before {
    display: none;
}
.forgot_section__item {
    width: 100%;
}
.forgot_section__item:nth-child(n+2){
    margin-top: 8px;
}

@media screen and (max-width: 1023px) {
    .forgot_section__itemData {
        margin-top: 5px;
    }
}

/* forgot pass complete*/
.common_completePage__inner {
    padding: 30px;
}
.forgot_section__imgWrap {
    display: flex;
    justify-content:center; 
    padding: 20px 0 10px;
}
.forgot_section__img {
    width: 200px;
    height: 220px;
}
@media screen and (max-width: 1023px) {
    .forgot_section__img {
        width: 135px;
        height: 150px;
    }
}

/* verify */
.alert {
    padding-top: 5px;
    color: #E62E81;
    font-size: 12px;
    font-weight: 500;
}

.section__input_otp {
    border: 2px solid transparent;
    background-color: #FFEAF4;
    height: 75px;
    text-align: center;
    font-size: 50px;
    color: #E62E81;
    padding: 8px;
}

@media screen and (max-width: 1023px) {
    .verify_section__itemData {
        margin-top: 5px;
    }
}