.login-form {
    width: 364px;
    height: 468px;
}

.header {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-form form {
    margin-bottom: 15px;
    background: #FFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    height: 100%;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.login-body {
    background: url(/static/images/login_background.jpg) no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100vh;
}

.login-image {
    background: url(/static/images/login_image.jpg) no-repeat center center;
    width: 440px;
    height: 468px;
}

.action-button {
    color: #FFF;
    background-color: #A2122C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}


.logo {
    background-color: #1C4772;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}

