.sign{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}
.sign .sec-title img{
   margin-bottom: 20px;
}
.sign .sec-title h1{
 color: #fff;
}
.sign .sec-title span {
 color: #f0ff0f;
}
.sign .sec-title p{
 color: #fff;
}
.register{
    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 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%;

}
.register .register-form .form-control{
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
    background-color: #d1e6f8;
}
.btnRegister{
    margin-top: 3%;
    border: none;
    border-radius: 1.5rem;
    padding: 10px;
    background: #10ae65;
    color: #fff;
    font-weight: 600;
    width: 18%;
    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;
    width: 100px;
    text-align: center;
}
.register .nav-tabs>li.active>a:hover{
    /*border: none;*/
}
.register .nav-tabs>li.active>a {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: #fff;
}

.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
.register-heading1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -15%;
    color: #495057;
    font-size: 40px;
    font-weight: 800;
    color: #0404dd;
}
.textform{
    color: #1515ff;
    font-weight: 600;
    
}
.textform:hover{
    color: #1515ff;
    font-weight: 600;

}
.base{
    margin-top: 20px;
}