.clsmainlogin {
    min-height: 100vh; /* full screen height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
}

.wrapper{
    margin-top: 0px;
}
.form-signin{
  max-width: 375px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  border: 1px solid #cccccc; background:#fff; border-radius: 6px;
}
.input-group{
    height: 45px;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #60B99A;
}

.form-control{
    height: 45px;
    color: #323232;
}
.input-group:hover span i{
    color: #0b7bc0;
}
.btn-block{
    border-radius: 0px;
    margin-top: 25px;
    background-color: #60B99A;
    border: none;
}
.btn-block:hover{
    background-color: #D3CE3D;
}
.bol{
    position: relative;
    margin-top: -40px;
    color: #60B99A;
}
	.btn-deep-purple {
    background: #087aca;
    border-radius: 18px;
    padding: 5px 19px;
    color: #FFF;
    font-weight: 600;
    float: right;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.btn-deep-purple:hover {
    background: #285dee;
    border-radius: 18px;
    padding: 5px 19px;
    color: #FFF !important;
    font-weight: 600;
    float: right;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #087aca;
    background-color: #fff;  color: #087aca;
}

.form-control:focus {
    border-color: #087aca;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #087aca;
}
.btn-link {
    font-weight: 400;
    color: #087aca;
    border-radius: 0;
}
body{
    background-image:url(../img/loginbg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    font-family: 'Poppins',Open Sans, sans-serif;
}

@media (max-width: 480px) {

    .btn-deep-purple {
      right:0;
 
}
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
     .btn-deep-purple {
      right:0;
 
}
}