.float{
    position:fixed;
    right:25px;
    bottom:40px;
    width:60px;
    height:60px;
    background-color:#25d366; 
    color:#FFF;
    border-radius:50px; 
    text-align:center;
    font-size:40px; 
    box-shadow: 2px 2px 3px #999; 
    z-index:100;
}
.my-float{
    margin-top:7px;
    margin-left:5px;
    color:white;
}

.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 0%;
    padding: 3%;
    height: 100%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 0%;
}
.register-right input{
    border-radius: 1.5rem;
    margin-top: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}
.thing-right {
    border-radius: 1.5rem;
    margin-top: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}
.register-right select{
    border-radius: 1.5rem;
    margin-top: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}
.register-right{
    background: rgb(247, 247, 247, 0.7);
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 7%;
    margin-bottom: 7%;
    width: 60%;
    -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: 7%;
    margin-top: -10%;
}
.register .register-form{
    padding: 5%;
    margin-top: 5%;
}
.btnRegister{
    margin-top: 0%;
    border: none;
    border-radius: 1.5rem !important;
    padding: 0%;
    background: #0062cc;
    color: #fff;
    font-weight: 600! important;
    width: 100%;
    cursor: pointer;
}
.register-heading{
    text-align: center;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: -5%;
    color: #495057;
}
