html, body {height: 100%;}

@media (max-width: 768px) {
    .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main .btn.btn-primary {margin-top: 40px !important;}
}

@media (min-width: 768px) {
    .row-middle {
        display: flex;
        align-items: center;
    }
}

.h-100 {height: 100%;}

.main-row {
  margin-left:0;
  margin-right:0;
}
.fill {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
}
.sidebar {
  height:100%;
  min-height:100%;
  background: #0991d4;
  background-image: url('../images/login/page-login-background.jpg');
  background-position: 50% 50%; /* image centered on screen */
  background-size: cover;
}
.main {
  height:100%;
  min-height:100%;
  background: #fff;
}
.main .mb-20 {margin-bottom: 20px;}
.main .login-logo {text-align: center;}
.main .login-logo img {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
}
.main .login-logo p {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #5e5d5d;
}
.main .input-group-addon {
    padding: 4px 8px;
    border-radius: 0;
    border-color: #5e5d5d;
    background-color: #5e5d5d;
    box-shadow: none !important;
    color: #fff;
}
.main .form-control:focus {box-shadow: none;}
.main .form-control {
    border-radius: 0;
    border-color: #9e9e9e;
    box-shadow: none;
}
.main .form-control::-webkit-input-placeholder {font-style: italic; font-weight: bold; color: #888989;}
.main .form-control:-ms-input-placeholder {font-style: italic; font-weight: bold; color: #888989;}
.main .form-control::-moz-placeholder {font-style: italic; font-weight: bold; color: #888989; opacity: 1;}
.main .form-control:-moz-placeholder {font-style: italic; font-weight: bold; color: #888989; opacity: 1;}
.main .repassword {
    margin-top: 8px;
    margin-bottom: 0px;
    padding-right: 15px;
    text-align: right;
    font-size: 11px;
}
.main .repassword a {color: #333;}
.main .btn.btn-primary {
    margin-top: 80px;
    padding: 8px 30px;
    border: 0;
    border-radius: 0;
    background-color: #009045;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}