﻿/*css register*/

.bg_register {
    display: flex;
    width: 100%;
    background-image: url(/userbackend/images/bg.30145556.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.box-login {
    padding: 10px;
    text-align: left;
}
.box-login a, .box-login a:hover {
    color: #65bd43;
    padding-left: 6px;
}

/*css forgot*/
#frm_Forgot .box-container .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#frm_Forgot .container .come-back{
    width: 70%;
    cursor:pointer;
}

/*reset_pass.assp*/
.reset-message{
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}
.reset-message a{
    color:#65bd43;
    font-weight:600;
}
#frm_reset .box-container{
    padding-bottom:30px;
}

/*css confirm otp mobile */
.otp{
    justify-content: space-between;
    display: flex;
}
.pincode-input {
    width: 50%;
    height: 40px;
    border: 2px solid #ededed;
    text-align: center;
    font-size: 1.5rem;
    line-height: 40px;
    margin: 0 auto;
}
.pincode-input:focus {
    border-color: #65bd43;
    outline: none !important;
}
.pincode-input-container {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.pincode-input:not(:last-child) {
    margin-right: 1rem;
}
#rensendOtpCode{
    text-align: left;
    color: rgb(98, 98, 98);
}
#countDown{
    text-align: left; 
    color: rgb(98, 98, 98);
}
#remainTimer{
    color: #65bd43;
}
#sendOtpCode{
    padding-left: 5px;
    color: #65bd43;
    cursor: pointer;
}
.block-contact .btn-item {
    justify-content: center;
    width: 100%;
    border-radius: 4px;
    
    align-items: center;
    border: none;
    font-weight: 400;

    font-size: 14px!important;
    background: transparent;
    display: inline-flex;
    width: auto;
    color:#65bd43;
    text-decoration:none;
}
.block-contact .btn-item:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.block-help{
    display:flex;
    justify-content:space-around;
    margin-bottom:30px;
}

#verifyOtp:disabled {
    background-color: #d8d8d8 !important;
    cursor:not-allowed;
}

