/* body{
    background: url(../hfrp/bbb.png) no-repeat;
    opacity: 0.5;
} */


.wrappermain{
    display: flex;
    font-family: 'Poppins', sans-serif;
    height: 100vh;
    background: white;
    overflow: hidden;
}
/* .wrappermain h1{
    font-size: 2.2em;
    font-weight: 800;
    line-height: 1.2;
    color: #563a16;
    margin-top: 23%;
    margin-bottom: 15px;
} */
.wrappermain>div{
    width: 43%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.wrappermain>div.rightCol{
    display: flex;
    flex-direction: column;
    width: 57%;
    padding: 0 45px;
    color: white;
    background-color: #263875;;
}

.wrappermain>div.rightCol>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.wrappermain img{
    width:100%;
    margin-top: 15px;
    
}
/* .rewards{
    position: relative;
    max-width: 82%;
    margin: 0 auto 20px;
}
.rewards figcaption{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    text-transform: capitalize;
    padding: 2px 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 0.9em;
    font-weight: 400;
} */
.logo{
    max-width: 48%;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 21px;
}
.logo::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 223%;
    width: 138%;
    /* border-radius: 0px 0px 240px 240px;
    background-color: #fff;
 */
}
.logo img{
    z-index: 1;
    position: relative;
}
.wrappermain p strong{
    font-weight: 700;
}
.rightCol p{
    font-size: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 41px;
   
}
.wrappermain input{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    background: #fff;
    color: #000;
    margin-right: 11px;
    max-width: 183px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6em;
    height: 24px;
}
.wrappermain form label{
    min-width: 49px;
    display: inline-block;
    font-size: 0.5em;
}
.form-group{
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.wrappermain form button{
    width: 100%;
    max-width: 83px;
    text-align: center;
    font-size: 0.5em;
    padding: 4px 5px;
    height: 24px;
}
.wrappermain .otp input{
    max-width: 94px;
}
.wrappermain form label.terms-accept {
    position: relative;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-size: 0.7em;
    margin-left: 28px;
    line-height: 1.4;
    margin-bottom: 23px;
}
.terms-accept input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.terms-accept span {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #04115a;
    left: -19px;
    top: 0px;
    background: #fff;
}
.terms-accept span:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    display: inline-block;
    transform: rotate(45deg);
    height: 6px;
    width: 3px;
    border-bottom: 2px solid #04115a;
    border-right: 2px solid #04115a;
    left: 3px;
    top: 1px;
}
input:checked ~ span:after{
    opacity: 1;
}

.wrappermain .policy{
    padding-left: 42px;
    padding-top: 10px;
}
.wrappermain button.submitbtn{
    text-transform: uppercase;
    background: #04115a;
    color: white;
    font-size: 20px;
    height: 100%;
    padding:4px 12px;
    max-width: max-content;
    border:1px solid transparent;
    transition: 0.3s ease all;
    font-size: 0.7em;
}
.wrappermain button.submitbtn:hover{
    border:1px solid #04115a;
    background: white;
    color:#04115a;
}

.form-group-member{
    position: relative;
    padding-bottom: 20px;
}

.form-group-label{
    margin: 0px;
    
}
.otpmessage{
    font-size: 60%;
    position: absolute;
    left: 65px;
    bottom: 5px;
}
.verifyHFRPOtpForm{
    margin-bottom: 10px;
    width: 100%;
}

.finelmessage,.finelmessagotp{
    display: flex;
}
.finelmessagotp{
    display: flex;
    align-items: center;
}
.finelmessage p{
    margin: 0px 0px 0px 10px;
    font-weight: 700;
}

#sendotpres{
    font-weight: 700;
}

.finelmessagotp p{
    margin: 0px 0px 0px 0px;
}


@media (max-width:1150px){
    .wrappermain{
        height: 100vh;
    }
}

@media (max-width:767px){
    .wrappermain{
        height: 100%;
        flex-direction: column-reverse;
        overflow: initial;
    }
    .wrappermain>div{
        width:100%;
    }

    .wrappermain>div.leftCol{
        background-color: #263875;
    }
    .wrappermain>div.rightCol{
        width:100%;
        padding: 0 20px 30px;
    }
    .wrappermain img{
        margin-top: 0;
    }
    .rewards{
        width: 100%;
        padding: 30px 5px;
        max-width: 100%;
    }
    .rightCol p{
        font-size: 0.8em;
    }
    .wrappermain form label{
        font-size: 0.8em;
        min-width: 81px;
    }
    .wrappermain input{
        
        height: 34px;
        min-width: 100%;
    }
    .wrappermain form button{
        height: 34px;
    }
    .wrappermain form button{
        max-width: 103px;
        font-size: 0.7em;
    }
    .wrappermain .rightCol a.logo{
        margin: 12px 0;
        padding: 0;
    }
    .wrappermain button.submitbtn{
        height: 34px;
        padding: 0 20px;
        font-size: 0.9em;
    }
    .wrappermain .policy{
        padding-left: 80px;
    }
    .terms-accept span{
        top: 2px;
        left: 0px;
    }

    .finelmessage p{
        margin: 5px 0px 0px 0px;
    }

    .finelmessage {
        flex-direction: column;
    }
    .otpmessage{
        left: 96px;
    }
    .finelmessagotp{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        min-width: 100%;
    }
    .finelmessagotp p {
        width: 100%;
        margin-left: 84px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .otpmessage{
        font-size: 0.6em;
        bottom: -5px;
        left: 0px;
    }

    .form-group{
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group-member{
        padding-bottom: 35px;  
    }

    .wrappermain h1{
        margin-top: 40px;
        font-size: 1.8em;
        margin-bottom: 7px;
    }
    .rightCol p{
        font-size: 0.6em;
        margin-bottom: 10px;
    }
    .logo{
        max-width: 37%;
    }
    .wrappermain .policy {
        padding-left: 0;
        padding-top: 0;
    }
    .wrappermain form label.terms-accept{
        margin-left: 0;
        width: auto;
        padding-left: 20px;
        margin-bottom: 10px;
    }
                                                                                                            
}

