 @import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
 .login-block {
     background: #DE6262;
     /* fallback for old browsers */
     background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
     /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to bottom, #FFB88C, #DE6262);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     float: left;
     width: 100%;
     padding: 50px 25px;
 }
 .banner-sec {
   /*  background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
     background-size: cover;
     min-height: 500px;*/
     border-radius: 0 10px 10px 0;
     padding: 0;
 }
 .is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url('../img/check.png') !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.is-invalid, input:-internal-autofill-selected.is-invalid {
    border-color: red;
    padding-right: calc(1.5em + .75rem);
    background-image: url('../img/uncheck.png') !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: none !important;
}
 .container {
     background: #fff;
     border-radius: 10px;
     box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
 }
 .carousel-inner {
     border-radius: 0 10px 10px 0;
 }
 .carousel-caption {
     text-align: left;
     left: 5%;
 }
 .login-sec {
    padding: 10px 30px 40px 29px;
    position: relative;
}
 .login-sec .copy-text {
     position: absolute;
     width: 80%;
     bottom: 20px;
     font-size: 13px;
     text-align: center;
 }
 .login-sec .copy-text i {
     color: #FEB58A;
 }
 .login-sec .copy-text a {
     color: #E36262;
 }
 .login-sec h2 {
     margin-bottom: 30px;
     font-weight: 800;
     font-size: 30px;
     color: #DE6262;
 }
 .login-sec h2:after {
     content: " ";
     width: 100px;
     height: 5px;
     background: #FEB58A;
     display: block;
     margin-top: 20px;
     border-radius: 3px;
     margin-left: auto;
     margin-right: auto
 }
 .btn-login {
     background: #DE6262;
     color: #fff;
     font-weight: 600;
 }
 .banner-text {
     width: 70%;
     position: absolute;
     bottom: 40px;
     padding-left: 20px;
 }
 .banner-text h2 {
     color: #fff;
     font-weight: 600;
 }
 .banner-text h2:after {
     content: " ";
     width: 100px;
     height: 5px;
     background: #FFF;
     display: block;
     margin-top: 20px;
     border-radius: 3px;
 }
 .banner-text p {
     color: #fff;
 }
img.img-logo {
    width: 45%;
    margin-right: 13px;
}
.float-r {
    float: right;
}
a.btn.btn-link.float-l {
    float: left;
    padding: 10px 0px;
}
button.btn.btn-primary.primario.float-r {
    border: none;
}

.banner-text h2 {
    background: #9a9a9a99;
    padding: 10px 15px 20px 15px;
    border-radius: 5px;
}
    .register{
    margin-top: 3%;
    padding: 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: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left .register-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: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    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: 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:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    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;
}
.form-group.check {
    margin-top: 12px;
}

