.forgot-password-screen {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../images/backgrounds/default_forgot_password_bg.jpg');*/
    background-attachment: fixed;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.forgot-password-container {
    background: #fff;
    width: 450px;
    height: 300px;
    margin: 0 auto;
    margin-top: 170px;
    border-radius: 3px;
    border: solid 1px #ddd;
    position: relative;
    /*box-shadow: 0 0 2px #1A1A1A;*/
}

/*.forgot-password-form-container {*/
    /*position: absolute;*/
    /*top: 170px;*/
/*}*/

/*.forgot-password-text-container {*/
    /*position: absolute;*/
    /*top: 115px;*/
/*}*/

.forgot-password-text-container h5 {
    color: #333;
    font-size: 17px;
    margin-top: 80px;
    margin-bottom: 5px;
    /*font-family: Lato, sans-serif;*/
}

.forgot-password-error {
    color: #ffa0ae;
}

.forgot-password-success {
    color: #419D23;
}

.forgot-password-screen input[type=submit] {
    background-color: #2196f3;
    background-image: none;
    border: none;
}