<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.width_of_icon_search{
    background: #0e9aef !important;
    border-color: #0e9aef !important;
}

#captcha-input-label{
    display: none;
}

#captcha-input{
    margin-top: 15px;
    width: 200px !important;
    background: #f1f1f1;
    border: none;
    padding: 5px;
    font-size: 17px;
    font-family: 'Open Sans',sans-serif;
    color: #777;
    height: 40px;
    border-radius: 4px;
}

.sec-center{
    text-align: center;
    color : #fff;
    font-family: 'Open Sans', sans-serif;
}

.cen-text{
    margin: 38px;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

ul{
    list-style-type:none;
    margin-left:2px;
    padding-left:0;
}

.errors li{
    color:#f00;
}

.alert_box{
    margin-right:10px;
    margin-left:10px;
}

.btncont input:hover{
    background: #33c2ff;
    color:#fff;

}

.cont-input{
    margin:12px auto;
    max-width: 81%;
}

.inputstyle{
    /*text-align:center ;*/
    background:#f1f1f1;
    width:100%;
    border:none;
    padding:5px;
    font-size:17px;
    font-family: 'Open Sans', sans-serif;
    color:#777;
    height:40px;
    border-radius: 4px;
}

.outbiglogo{
    position:relative;
}

.headnewaccount{
    padding-top:145px ;
    text-align:center;
    font-size:21px;
    color:#0091d7;
    font-family: 'Open Sans', sans-serif;
}


.contBig{
    background: #fff ;
    border-radius:18px;
    /* min-height: 630px;*/
    margin:21% auto 20px auto  ;
    padding-bottom: 15px;

}

.approveterms {
    clear: both;
    padding-top: 10px;
    margin: 0 auto;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.modal-footer{
    border-top: unset;
}

@media screen and (max-width: 480px) {
    .contBig {
        margin: 21% auto 20px auto !important;
    }
}

@media (max-width: 767px) {
    .re_all_pad_mob{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 551px) {
    .wide_in_mob{
        width: 100% !important;
    }
    .add_m_bot{
        margin-bottom: 12px !important;
    }
    .r_padd_l{
        padding-left: 0px !important;
    }
    .r_padd_r{
        padding-right: 0px !important;
    }
    .headnewaccount{
        font-size: 18px !important;
    }

}

@media screen and (max-width: 480px) {
    .cont-input{
        width: 100% !important;
        margin:12px auto;
        max-width: 100% !important;
    }
}

@media (max-width: 360px) {
    .flex_a{
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .cont-input{
        margin:12px auto;
        max-width: 88%;
    }
}

@media screen and (min-width:1300px) {
    .cont-input{
        margin:12px auto;
        max-width: 81%;
    }
}</pre></body></html>