.bg-login{
    background-image: url(../../img/template/719.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 100vh;
}

.btn:hover {
    background-color: #fe9a07 !important;
    color: #fff !important;
    border:1px solid #fe9a07 !important;
}
.btn{
    background-color: #011F41 !important;
    color: #fff !important;
    border: 1px solid #011F41 !important;
}

@media (max-width: 575px) {
    .login {
      width: 90%;
    }
  }