body, html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: black;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  overflow-y:scroll;
}

.container {
  padding: 0;
}

.hidden {
    display: none;
}

.login-form {
    max-width: 350px;
    margin: 200px auto 200px;
}
.login-img-body .login-form{
    max-width: 350px;
    margin: 200px auto 200px;
    border: 1px solid #B0B6BE;
    border-radius: 5px;
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .login-img{
    height: 50px;
}

.login-form .input-group{
    padding-bottom: 15px;
}

.login-form input[type="text"], .login-form input[type="password"] {
    box-shadow: none;
    font-size: 16px;
    border-radius: 5px !important;
}

.login-form p {
    text-align: center;
}

.login-form a {
    color: #00529e;
}

.form .required {
    font-size: 16px;
    color: #00a0df;
}

.login-wrap {
    padding: 20px;
}

.input-group {
  width: 100%;
}

#forgot_password {
    cursor: pointer;
}

.login-title {
    max-height:130%;
    margin: auto;
    margin-left: 10px;
    font-size: 26px;
    color: #004f9e;
    font-weight: bold;
}

.footer-divider {
    border-top: grey;
    margin: 3px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-content > a {
    margin-left: 5px;
    margin-right: 5px;
}

.pwd-req {
    text-align: left;
    color: red;
    font-size: smaller;
}

.btn-block {
    width: 100%;
}

.send_to_mail {
    border-radius: 8px !important;
}

