body.reg{
    /*background: rgb(245, 245, 245);*/
}
body{
    /*font-size: 0.8em*/
}
a {
    /*color: #007ace;*/
}
.offset-header{
    /*padding-top: 51px;*/
}
.reg-cont{
    margin-top:21px;
    /*margin-top:15px;*/
    width: 500px;
    /*min-height: 500px;*/
    margin-left: auto;
    margin-right: auto;
    background: #fff;       
}

.reg-cont.login{
    width: 390px;
}
.reg-cont .title{
    padding: 12px;
    background: #e9eaec;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    /*background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);*/
    font-size: 1.4em;
    /*margin-bottom: 10px;*/
    /*color: #FFF;*/
    /*background:url(../img/Banner.jpg) 100% 100%;*/
}
.reg-cont .body{
    padding: 15px;
}
.mr5{
    margin-right: 5%;
}

footer{
    margin: 15px;
    padding: 15px;
}

/*password reveal*/
.showPwd {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 70%;
    margin-top: -12px;
    right: 6px;
    background:url(image/pwd.png) 50% 50% no-repeat;
    background-size: 24px 24px;
    z-index: 1;
    cursor: pointer;
}

/*loader*/
.loader-wrp{
    display:none;
    background: #fff;
    z-index: 99;
    opacity: 0.965;
    padding-top:20%;
}
.msg_div{
    margin-top:7px;
    color:white;
    padding:15px;
    font-size: 1.2em;
}
.msg_div.red{
    background: #f31313;
}
.msg_div.green{
    background: #1D8102;
}
.loader_msg{
    line-height: 1.6;
}
/*password reveal*/
.showPwd {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 60%;
    margin-top: -14px;
    right: 6px;
    /*background:url(image/pwd.png) 50% 50% no-repeat;*/
    background-size: 24px 24px;
    z-index: 1;
    cursor: pointer;
}
.showPwd.on {
    background:url(image/passon.png) 50% 50% no-repeat;
}
.showPwd.off {
    background:url(image/passoff.png) 50% 50% no-repeat;
}
.conf-cnt{
    margin-top: 25px;
    display: none;
}
.conf-cnt .form-style-2 .btn {
    font-weight: normal;
    padding: 7px 17px;
}
.card{
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 30px !important;
    min-height: 100px;
}
#sub_btn{
    padding:10px;
    border-radius: 3px;
    text-transform: none;
    font-size: 1.1em;
}

.tnc-div{

    padding-left: 5px;
}
.copyright{
    margin-bottom: 10px;
    /*background: #f5f5f5;*/
}

/*media queries*/
@media (max-width: 700px){
    body{
        font-size: 0.8em
    }
    .reg-cont .body {
        padding: 10px;
    }
    .reg-cont {
        margin-top: 31px;
    }
}

@media (max-width: 660px){
    .offset-header {
        padding-top: 1px;
    }
    .reg-cont {
        margin-top: 15px;
        width: 80%;
    }
    body{
        font-size: 0.7em
    }
}

@media (max-width: 570px){
    .offset-header {
        padding-top: 1px;
    }
    body{
        font-size: 0.6em
    }
}

@media (max-width: 460px){
    .reg-cont.login{
        width: 90%;
    }
}