/*
    Document   : rcmaq_connect
    Created on : 18-Jan-2018, 10:17:07 PM
    Author     : martelp
    Description:
        Purpose of the stylesheet follows.
*/

.ForgotContainer
{
    width: 36%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 100px auto auto;
    padding: 40px;
    box-shadow: 5px 5px 25px rgba(0, 79, 124, 0.4);
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.ForgotHeader
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
    height: 55px;
}

.ForgotForm
{
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 0 35px;
}

.ForgotForm label
{
    padding-top: 20px;
}

.ForgotFormSubmit
{
    background: linear-gradient(rgb(0, 79, 124), rgb(32, 153, 187));
    border: 1px solid #333;
    border-radius: 5px;
    padding: 6px 25px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 13px;
}

.ForgotFormSubmit:hover
{
    background: linear-gradient(rgba(0, 79, 124, 0.6), rgba(32, 153, 187, 0.6));
}

.ForgotFormControls
{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 0;
}