.login-background {
    height: calc(100vh - 120px);
    background: url('/images/login-background.jpg') center left/cover no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 450px;
    margin-top: 55.88px
}

.forgotten-password {
    display: block;
    text-align: center;
    margin: 20px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

.form-container {
    float: right;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
    width: 461px;
    height: 392px;
    position: relative;
}

.text-shadow {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .7);
}

body {
    background: #333;
}
