﻿.white-page { border-radius: 5px; }

.createMobileWebAccountContent 
{
    font: 300 14px "Roboto", Arial, san-serif;
    color: #363636;
}
.createMobileWebAccountContent .bold { font-weight: 500; }

.nonMember 
{
    text-align: right;
    color: #808080;
    padding: 10px 18px 0 0;
    font-size: 14px;
    position: relative;
}

.tooltipLink 
{
    font-weight: 500;
    cursor: pointer;
}
    .tooltipLink .questionMark
    {
        padding-left: 4px;
        color: #358724; 
        font-size: 16px !important;
    }

.toolTip 
{
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 500px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;

    text-align: center;
    z-index: 101;
}
    .toolTip h2 
    {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .toolTip button { margin: 18px 0 10px; }

.createAccountTitle
{
    font-size: 50px;
    font-weight: 200;
    text-align: center;
    margin: 10px 0 6px;
}

.graySubtitle 
{
    background-color: #ebebeb;
    font-size: 20px;
    text-align: center;
    padding: 12px 0;
}

.createAccountColumn 
{
    float: left;
    margin: 0 55px;
    width: 316px;
    max-width: 316px;
    position: relative;
}
    .createAccountColumn .createAccountLabel 
    {
        font-size: 15px;
        font-weight: bold;
        padding: 30px 0 15px;
    }
    .createAccountColumn input[type=text] 
    {
        position: relative;
        left: 18px;
        top: -29px;
        width: 272px;
        height: 25px;
        border-radius: 5px;
        z-index: 1;
    }
    .createAccountColumn .input-icon { z-index: 11; }
    .createAccountColumn .input-icon.fa-phone { top: 3px; }
    .createAccountColumn button 
    {
        width: 100%;
        height: 40px;
        margin-top: 20px;
    }

.errorMessageContainer 
{
    color: #B32322;
    font-size: 15px;
}
.createWebAccountErrorIcon 
{
    font-size: 16px !important;
    position: relative;
    top: -1px;
}

.createAccountSpacer { height: 30px; }

.createWebAccountGrayBox 
{
    padding: 18px 0;
    margin: 30px 0 20px;
    width: 100%;
    border: 3px solid #EBEBEB;
    font-size: 16px;
    text-align: center;
}

.createWebAccountUsername 
{
    color: #358724; 
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.createWebAccountCenterPasswordForm 
{
    margin: 0 auto;
    width: 318px;
    padding-left: 18px;
}

.createAccountColumn .errorMessageContainer 
{
    position: absolute;
    bottom: 56px;
}

.createWebAccountOrContainer 
{
    float: left;
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
    max-width: 60px;
    text-align: center;
}
    .createWebAccountOrContainer  .borderLine 
    {
        border-right: 1px solid #b2b2b2;
        width: 50%;
        height: 18px;
        margin: 2px 0;
    }

.accountConfirmationColumn 
{
    margin: 0 auto;
    width: 350px;
}
    .accountConfirmationColumn .errorMessageContainer 
    {
        width: 350px;
        margin: 10px auto 0;
    }

.confirmationMessage 
{
    padding: 20px 0 6px;
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
}

.createWebAccountTextEntryWrapper 
{
    position: relative;
    left: 18px;
}
.createWebAccountTextEntryWrapper input[type=text] 
{   
    width: 186px;
    padding: 6px;
    border-radius: 5px;
    height: 25px;
}

.showPasswordLink 
{
    text-align: center;
    text-decoration: underline;
    color: #358724; 
    cursor: pointer;
}
.hiddenInput { display: none; }
.visibleInput { display: block; }


.createWebAccount_resendRequest 
{
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-top: 8px;
}
    .createWebAccount_resendRequest.enabled
    {
        color: #358724; 
        cursor: pointer;
    }
    .createWebAccount_resendRequest.disabled { color: #b2b2b2; }

.createWebAccountFooterContent 
{
    padding: 30px 0;
    text-align: center;
}

.createWebAccount_questionMarkGreen 
{
    color: #358724; 
    font-size: 16px !important;
    position: relative;
    top:-57px; 
    left: 292px;
    z-index: 9;
    cursor: pointer;
}

.input-field-wrapper .input-icon {
    height: 20px;
    width: 20px;
}

.input-field-wrapper .full-width-input {
    width: 284px;
}

.input-field-wrapper input {
    background: linear-gradient(#f7f7f7, #fff);
    border-radius: 5px;
    font-size: 16px;
}