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

#mainConnect
{
    width: 100%;
    position: relative;
    height: 450px;
}

.connectContainer
{
    margin: 100px auto auto;
    box-shadow: 5px 5px 25px rgba(0, 79, 124, 0.4);
    background-color: white;
    width: 450px;
    min-height: 250px;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

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

.connectIcon
{
    color: rgb(0, 79, 124);
}

.connectTitle
{
    font-size: 18px;
    margin-left: 20px;
    color: rgb(0, 0, 0);
    font-family:Arial, Helvetica, sans-serif;
}

.connectMessage
{
    margin: 0 30px;
}

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

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

.connectFormRow
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.connectFormInput
{
    width: 100%;
    height: 25px;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 109, 167, 0.51);
    font-size: 14px;
    font-family: Arial, sans-serif, helvetica;
}

.connectFormInput:focus
{
    border-bottom: 2px solid rgb(0, 79, 124);
}

.errorIcon
{
    margin-left: 10px;
}

.errorState
{
    color: rgb(139, 0, 0);
}

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

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

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

.connectFormForgot
{
    margin-bottom: 20px;
    font-size: 12px;
    color: rgb(0, 79, 124);
}

.connectFormForgot:hover
{
    color: rgba(32, 153, 187, 0.6);
}
