.register{
    /* padding: 1.7%; */
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.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: 3% 10%;
}
.btnRegister {
    border: none;
    border-radius: 1.5rem;
    padding: 8px 60px;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 1%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 50%;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    font-size: 17px;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
label {
    display: inline-block;
    margin-bottom: 0.1rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.form-control{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.captchaimg{
	padding-right: 0px;
    padding-left: 0px;
    float: right;
    margin-top: -62px;
}
.captchatxt{
	padding-right: 0px;
    padding-left: 0px;
}
.titleHeading{
	background-color: #fff;
    padding: 5px 10px;
    text-align: left;
}
h2{
  text-align: center;
  text-transform: capitalize;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  position: relative;
  color: #24659d;
  font-weight: 700;
  font-size: 22px;
}

 .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
} 

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  	background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    line-height: 25px;
}

.inputButton {
  background: url(../../images/bg2.jpg);
  border: none;
  color: white;
  padding: 10px 68px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 13px 20px 40px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inputButton:hover {
  background-color: #39ace7;
}

.inputButton:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.inputField{
  background-color: #f6f6f6;
  border: 1px solid #e7e2e2;
  color: #0d0d0d;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  width: 85%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.labelField{
	width: 85%;
	text-align: left;
	display: inline-block;
    margin-bottom: 0.1rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #24659d;
    font-weight: 600;
}
.paginate_button{
	padding: 3px 10px;
}
.previous{
	background: #24659d;
    padding: 3px 10px;
    color: #fff;
}
.next{
	background: #24659d;
    padding: 3px 10px;
    color: #fff;
}
.current{
	background: #ccc;
    padding: 3px 10px;
    color: #fff;
}
.dataTables_info{
	width: 50%;
	float: left;
}
.dataTables_paginate{
	width: 50%;
	float: right;
}
.dataTables_length{
	width: 50%;
	float: left;
}
.dataTables_filter{
	width: 50%;
	float: right;
}

.box2 .inputButton1 {
  border: none;
  color: #28b463;
  background: #fff;
  width: 350px;
  font-weight: 600;
  padding: 15px 68px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 13px 20px 40px 35px;
}
.box2 .inputButton2 {
  border: none;
  color: #3498db;
  background: #fff;
  width: 350px;
  font-weight: 600;
  padding: 15px 68px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 13px 20px 40px 35px;
}
.box2 .inputButton3 {
  background: #b80202;
  border: none;
  color: white;
  width: 252px;
  padding: 15px 68px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 13px 20px 40px 35px;
}