.contact-form{
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
body{
    background: #0a1c4f !important;
}
.login-form{
    background: #fff;
    padding: 20px;
    text-align: center;
}
.justify-center{
    justify-content: center;
}
.login-block h5{
    align-self: center;
    background: #0a1c4f;
    padding: 20px;
    font-size: 18px;
    color: #ffff;
    height: 65px;
}
.login-block input{
    height: 65px !important;
    margin-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.login-block{
    display: flex;
    margin-top: 30px;
}
.button{
    margin-top: 20px;
}
