html, body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2D2F55;
}

.logo{
    margin-top: 130px;
    width: 350px;
}

.input-area{
    width: 403px;
    background-color: #c2c2c28a;
    height: 167px;
    border-radius: 8px;
}

.form-control{
    width: 77%;
}
.form-login {
    width: 100%;
    max-width: 432px;
    padding: 15px;
    margin: auto;
}

.form-login .checkbox {
    font-weight: 400;
}

.form-login .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    margin-left: 40px;
    top: 26px;
}

.form-login .form-control:focus {
    z-index: 2;
}

.form-login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-login input[type="password"] {
    margin-bottom: 10px;
    margin-top: 20px;
}

#loginBtn{
    margin-top: 40px;
    background-color: #23588F;
    border-color: #23488F;
    width: 65%;
}
.login-footer {
    margin-top: 60px;
    color: #ffffff99;
    font-size: 13px;
}
.login-footer a {
    color: #ffffffcc;
    text-decoration: underline;
}
.login-footer a:hover {
    color: #ffffff;
}
.login-footer .version {
    margin-left: 8px;
    opacity: 0.85;
}
