html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background: url("../images/login.jpg") no-repeat center top;
}

.form-signin {
    width: 100%;
    max-width: 424px;
    padding: 15px;
    margin: auto;
    text-align: center;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.username-group {
margin-bottom: 12px !important;
}
.form-signin input[type="text"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.user-image{
    height: 149px;
    width: 149px;
}
.login-wrapper{
    display: flex;
    padding-top: 45px;
    height: 188px;
}
.image-wrapper{
    width: 43%;
}
.login-form{
    width: 63%;
}
.btn-block{
    background: #024282 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0px; 
    font-size: 14px !important;
    font-weight: bold !important;
    height: 40px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    background: #fff;
}
.input-group-text{
    height: 41px;
    background: #fff;
}
.user-image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #FFF;
}
.bia_logo{
width: 42%;
    margin-top: 26px;
    margin-left: 14px;
}