.contain {
    padding-top: 180px;
    padding-bottom: 60px;
}

.auth .nav-pills {
    background-color: #FFF2BE;
    padding: 4px 7px;
    border-radius: 5px;
    justify-self: center;
    margin-bottom: 32px;
}

.auth .nav-link {
    background-color: #FFF2BE;
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleMedium';
    color: #2E2E2E;
    margin-bottom: 0px;
    padding: 13px 82px;
}

.auth .nav-link:hover {
    color: #2E2E2E;
}

.auth .nav-link.active {
    background-color: #FBCE15 !important;
    color: #2E2E2E !important;
    font-family: 'UpscaleBold' !important;
}

.HiText {
    font-size: 24px;
    line-height: 29.16px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 0px;
    text-align: center;
}

.signContaner {
    background-color: #FFFCF0;
    border-radius: 15px;
    padding: 40px;
    margin-top: 32px;
}


.signContaner .title {
    font-size: 24px;
    line-height: 29px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 26px;
}

.signContaner label {
    font-size: 12px;
    line-height: 18px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
}

.signContaner label span {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleRegular';
    color: #FF0000;
    margin-left: 5px;
}

.signContaner input[type='text'],
.signContaner input[type='email'],
.signContaner input[type='date'],
.signContaner input[type='number'],
.signContaner input[type='password'],
.signContaner textarea {
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    box-shadow: none !important;
}


.signContaner .form-check {
    display: flex;
    align-items: center;
}

.signContaner .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-bottom: auto;
}

.signContaner .form-check label {
    font-size: 12px;
    line-height: 18px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
}

.signContaner .form-check label a {
    text-decoration: none;
}

.signContaner input[type='checkbox'] {
    box-shadow: none !important;
}

.signContaner input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

.password-box {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.ForgotBTN,
.ForgotBTN:hover {
    text-decoration: none;
    font-size: 13px;
    line-height: 15.8px;
    font-family: 'UpscaleRegular';
    color: #393939;
    display: block;
    margin-left: auto;
    text-align: end;
    width: fit-content;
    border: none !important;
}

.signContaner .hr {
    width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #E5E5E5;

}

.LoginBTN,
.LoginBTN:hover ,
.LoginBTN:disabled{
    padding: 10px 0px;
    margin: 0px;
    background-color: #FACD19;
    color: white;
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleBold';
    color: #000;
    border-radius: 6px;
    width: 100%;
}

.ValidMsg {
    font-size: 14px !important;
    line-height: 17.01px !important;
    font-family: 'UpscaleRegular' !important;
    color: #F44336 !important;
    margin-top: 10px !important;
    display: none;
}


.ValidMsg i {
    font-size: 12px !important;
}

.ValidMsgUserExist {
    font-size: 14px !important;
    line-height: 17.01px !important;
    font-family: 'UpscaleRegular' !important;
    color: #da9b21 !important;
    margin-top: 10px !important;
    display: none;
}

.ValidMsgUserExist i {
    font-size: 12px !important;
}

@media (max-width: 480px) {
    .auth .nav-link {
        padding: 8px 20px;
    }

    .HiText {
        font-size: 18px;
        line-height: 20.16px;
    }

    .signContaner {
        padding: 24px;
        margin-top: 24px;
    }
}