/* CSS Document */
body {font-family: 'Poppins', sans-serif; margin:0px; padding:0px; background-color:#fff;}

.register:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    float: left;
    top: 0;
    height: 100%;
    display: flex; color:#fff;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top:0
}

a.login-btns {
    border: none;
    border-radius: 4px;
    padding: 10px 40px;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 10%;
    margin-bottom: 3%;
    cursor: pointer;
    margin-top: 30px;
    display: inline-block;
    text-decoration:none;

}

.register-right {
    background-color: #fff;
    float: left;
    height: 100%;
    padding-top: 0px;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form {
    padding: 41px;
    margin: 0px; width:100%;
}
.btnRegister{
    margin:25px 0;
    border: none;
    border-radius: 4px;
    padding: 10px 40px;
    background: #037d06;
    color: #fff;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 15%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link.active{
    
    color: #fff;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}



.register-bg-img {
    background-image: url(../../images/register-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70% 0;
}
	
	

	.register-pd.register {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 0;
}
	
.logo_login {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px 0 30px 0;
    text-align: center;
}	

.form-control {
    height: 40px;
    font-size: 15px;

}


.phone-nubg {width:16%; margin:0px; padding:0px; float:left;}
.mobile-nu {
    float: left;
    margin-left: 8px; width:82%;
}msg-error {
  color: #c65848;
}
.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 19em;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}









/**********dsf *************/

.input-icon {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 15%;
}

span.input-group-text {
    border: solid 1px;
    padding: 12px 15px;
    border-radius: 50px;
    height: 100%;
    color: #848484;
    margin-top: 0px;
    float: left;
}
.inputform {
    float: l;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 85%;
}
.form-group.input-group {
    width: 100%;
}

.input-group-prepend {
    width: 13%;
    float: left;
}

.control-form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 86%;
}

.control-form .form-control {
    border: none;
    border-bottom: solid 1px #ccc;
    background-color: #f8f9fa;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}

input.form-control.mobile-contact {
    float: left;
    width: 83%;
}

select.custom-select {
    float: left;
    width: 14%;
    margin: 0;
    padding: 0px;
    border: none;
    height: 40px;
    margin-right: 8px;
    border-bottom: solid 1px #ccc; background-color:#f8f9fa;
}.card.bg-light {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f8f9fa;
    border-radius: 100px 5px 5px 100px;
}


p.privacy-police-n {
    width: 100%;
    margin: 0px;
    float: left;
    padding: 20px 0 0;
}