body {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}
.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    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: 4% 8%;
}
.btnRegister{
    float: right;
    margin-top: 4%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register-heading{
    text-align: center;
    color: #495057;
}
.rmv {
    position: absolute;
    right: 100px;
    color: #fff;
    font-size: 15px;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-top: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.bottom_footer { text-align: center; }
.bottom_footer li { color: #fff; display: inline-block;}
.bottom_footer li a { color: #fff !important; }
.addnewvehicle {
    background: #0062cc;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 14px;
}
.addnewvehicle:hover {
    background: #fff;
    color: #0062cc;
    border: 1px solid #0062cc;
}
.alert-error {
    color: #fff;
    background-color: #d21f10;
    border-color: #d21f10;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.help-block {
  color: red;
  font-size: 1rem
}

button {
    box-shadow: none;
}

li {
    cursor: pointer
}

.btn:focus,.btn:active, .form-control:focus, .form-control:active {
   outline: none !important;
   box-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

span.circle {
background: #e3e3e3;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
color: #6e6e6e;
display: inline-block;
font-weight: bold;
line-height: 40px;
margin-right: 5px;
text-align: center;
width: 40px;
}