.contain {
    padding-top: 170px;
    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;
    text-transform: uppercase;
}

.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='tel'],
.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 {
    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%;
}

select {
    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;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.5rem auto;
}


select::after {
    top: 20px;
}


.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;
    }

    select {
        margin-bottom: 10px;
    }

}