.body-section {
    background-color: #f5f5f5;
	float: right;
}
.register {
    background: -webkit-linear-gradient(left, #ddb30c, #f8d133);
    margin-top: 3% !important;
    padding: 3% !important;
    margin-bottom: 3%;
}
.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-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #fff;
}
.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: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #103B1D;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #103B1D;
    border-radius: 1.5rem;
    float: right;
}
.register .nav-tabs .nav-link{
  padding: 2% !important;
	height: 34px;
	font-weight: 600;
	color: #fff;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	text-align: center;
	line-height: 2;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #000000;
    border: 2px solid #103B1D;
    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;
}
.login-box {
    width: 80%;
    margin: 20px auto;
}
.checkbox label {
    vertical-align: middle;
    font-size: 12px
}

.checkbox-icon {
    position: absolute
}

.checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.checkbox input[type=checkbox]:checked+.c-ui-checkbox__check {
  background: #103b1d;
border: 1px solid #103b1d;
    width: 20px;
    height: 20px
}

.checkbox input[type=checkbox]:checked+.c-ui-checkbox__check::before {
    content: "\f00c";
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome
}

.checkbox label a {
    color: #2d76b5!important;
    border-bottom: 1px dashed
}

.checkbox-txt {
    padding-right: 30px!important;
}

.checkbox {
    margin-bottom: 10px!important;
    padding-right: 0 !important
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    font-size: 13px
}
.c-ui-checkbox__check {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    width: 20px;
    height: 20px;
}
.input-group-addon:first-child {
   border-right: 1px solid #103b1d !important;
    width: 50px;
    text-align: center;
    line-height: 38px;
    border-top: 1px solid #103b1d !important;
    border-bottom: 1px solid #103b1d !important;
    background-color: #103b1d;
}
.btn.btn-default.btn-reg.form-control {
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
   background: #103B1D;
    color: #fff;
    font-weight: 600;
    width: 40%;
    cursor: pointer;
    margin: auto;
}
.title-page-login {
    margin-bottom: 15px !important;
}
.register-right i {
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
}
.register-form input {
    font-size: 13px;
}
.login-box a {
    color: #065d20;
    text-decoration: underline !important;
}
@media  (min-width:768px){
.register-right {
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register .nav-tabs {
    width: 28%;
}
}
@media  (min-width:768px){
.login-box {
    width: 60%;
    margin: 20px auto;
}
}