﻿.content-box {
    text-align: center;
}

.forgot-password-link-container {
    margin-top: 80px;
}

.forgot-password-link-container a {
    color: #7C878E;
}

.login-background {
    background-size: cover;
    background-position: center center;
    height: 640px;
    padding: 80px 20px;
}

.login-background .content-box button {
    margin-top: 10px;
}

/* ***************************************** */
/* ***************************************** */
/* Desktop */
@media (min-width:961px) {
    .login-background .content-box {
        width: 744px;
        margin: 0 auto;
    }

    .login-background .content-box form {
        margin-top: 40px;
    }

    .login-background .content-box input[type=text], .login-background .content-box input[type=password] {
        width: 480px;
    }

    .login-background .content-box button {
        width: 350px;
    }

}