body{
  margin: 0px;
  padding: 0px;
}
header{
  background: #002e6d;
}
img{
  width: 110px;
  height: auto;
}

.btn-login{
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  background: #3C64B1 !important;
  border: 2px solid #3C64B1 !important;
  border-radius: 6px;
}

.login-form{
  margin-top: 100px;
    border: 2px solid #e3e3e3;
    max-height: 525px;
    min-height: 250px;
    width: auto;
    padding: 80px 80px 80px 80px;
    border-radius: 5px;
}
form{
  padding: 0px 30px 30px 40px;
}