.content {
    padding: 0 !important;
}

.cover-image {
    background: url('/images/massNotification.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.screen-container {
    flex: 1 0 0%;
    min-height: 100%;
}

.login-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

input.form-control {
    border: 0;
    background: white;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    box-shadow: none;
}

input.form-control.lu {
    margin-bottom: 7px;
}

.form-group.login-button button {
    background: #172d40;
    width: auto;
    min-width: 150px;
    border-radius: 100px;
    padding: 10px 20px;
    color: white;
}

.form-group.login-button {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 30px;
}

.loginform {
    padding: 40px !important;
}

.login-form-container form {
    display: flex;
    flex: 1;
    max-width: 400px;
    padding: 20px;
}

.login-form-container form {
    display: flex;
    flex: 1;
    max-width: 400px;
    padding: 20px;
}

.logo-image {
    display: flex;
    margin: 1.9rem auto 1.25rem auto;
}

.logo-image img {
    margin: auto;
}

.card.card-body.loginform {
    position: absolute;
    max-width: 400px;
    height: 510px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
  }

  .card.card-body.luform {
    position: absolute;
    max-width: 510px;
    height: 610px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
  
.footer.text-muted {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: white;
    padding: 10px 20px;
    border-radius: 100px;
}