[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.form-top-margin
{
    margin-top: 32px;
}
.form-container
{
    background-color: #FFFFFF;
    border-top: 12px solid #A5DAE4;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
    margin: 12px 0 0 0;
}
.form-row
{
    padding: 0 30px 0 30px;
}
.form-row:last-child
{
    margin-bottom: 32px;
}
.message-container
{
    margin-top: 24px;
}
.form-logo
{
    display: block;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
}
.form-title
{
    color: #707070;
    font-size: 2.100em !important;
    margin: 32px 0 32px 0;
    text-align: center;
}
.input-group
{
    margin-bottom: 30px;
}
.form-field
{
    height: 44px;
}
.btn-connect
{
    background-color: #6FB5C1;
    color: #FFFFFF;
    font-size: 2.100em !important;
}
.btn-contact-us
{
    background-color: #A7A7A7;
    color: #FFFFFF;
    font-size: 2.100em !important;
}

.link-forgot-pwd-container
{
    margin-bottom: 5px;
}
.link-forgot-pwd
{
    color: #707070;
    font-weight: bold;
    text-decoration: none;
}
.link-forgot-pwd:hover
{
    color: inherit;
    text-decoration: inherit;
    text-shadow: 0 2px 0 rgba(0, 128, 128, 0.5);
}

.form-row-divider
{
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.line-divider
{
    border-color: #A5A5A5;
}
.text-divider
{
    background-color: #FFFFFF;
    color: #707070;
    display: inline-block;
    font-size: 2.100em !important;
    left: calc(50% - 32px);
    position: relative;
    top: -36px;
    text-align: center;
    width: 64px;
    z-index: 1000;
}

.check-remember
{
    margin-left: 18px;
}

/* Start: Mot de passe oublié / Forgotten password */
.btn-left
{
    padding-left: 0px;
    padding-right: 3px;
}
.btn-right
{
    padding-left: 3px;
    padding-right: 0px;
}
.glyphicon-chevron-left-last
{
    margin-left: -10px;
}
/* End: Mot de passe oublié / Forgotten password */

