﻿#forgotPasswordContainer {
    border-radius: 4px;
    margin: 10px auto 0;
    min-width: 300px;
    padding: 20px 20px 40px;
    position: relative;
    width: 400px;
}

#forgotPassword {
    margin-bottom: 10px;
    width: 100%;
}

#forgotPasswordLogo {
    margin-bottom: 30px;
    text-align: center;
}

    #forgotPasswordLogo img {
        width: 200px;
    }

#forgotInstructions {
    text-align: center;
    margin: 20px 0 20px;
    background-color: #ebf9f9;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    line-height: 16px;
}

#cancel {
    text-align: center;
}

    #cancel a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

        #cancel a .fa-chevron-left {
            font-size: 10px;
            position: relative;
            top: -1px;
            padding-left: 5px;
        }

.forgot-password-overlay {
    background-color: rgba(255,255,255,.5);
    border: none;
    cursor: wait;
    display: none;
    height: 100%;
    min-height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.forgot-password-overlay-content {
    background-color: rgba(0,0,0,.5);
    border: none;
    border-radius: 10px;
    color: #fff;
    margin: 160px auto 0;
    padding: 15px;
    text-align: center;
    width: 30%;
    z-index: 2001;
}