.wrap
{
    width: 460px;
    margin: 0 auto;
}

.topBlock
{
    border: 3px solid #0275D8;
}

/************************/

.checkStepProcess
{
    margin: 54px auto 41px 102px;
}

/************************/

.createAccountStep
{
    float: left;
    font-size: 16px;
    color: #BEE1FF;
}

.createAccountStep:after
{
    content:" ";
    display: block;
    float: right;
    width: 64px;
    background: #BEE1FF;
    border: 1px solid #BEE1FF;
    margin-top: 7px;
}

.createAccountStep.currentStep
{
    color: #0275D8;
}

/************************/

.generalInfomationStep
{
    float: left;
    font-size: 16px;
    color: #BEE1FF;
}

.generalInfomationStep:after
{
    content:" ";
    display: block;
    float: right;
    width: 64px;
    background: #BEE1FF;
    border: 1px solid #BEE1FF;
    margin-top: 7px;
}

/************************/

.updateProfilePictureStep
{
    float: left;
    font-size: 16px;
    color: #BEE1FF;
}

.updateProfilePictureStep:after
{
    content:" ";
    display: block;
    float: right;
    width: 64px;
    background: #BEE1FF;
    border: 1px solid #BEE1FF;
    margin-top: 7px;
}

/************************/

.paymentMethodStep
{
    float: left;
    font-size: 16px;
    color: #BEE1FF;
}

/************************/
.mainTitle
{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 48px;
    color: #000000;
    text-align: center;
}

.subtitle
{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    text-align: center;    
}

/************************/

form label
{
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    margin-top: 24px;
    margin-bottom: 8px;
}

/************************/

#textAccount
{
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 12px 20px 16px 20px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;    
    font-family: 'Roboto';
    font-weight: 400;
}

#textAccount::placeholder
{
    font-size: 20px;
    color: #999999;
}

#textAccount.showWarning
{
    border: 2px solid #F5A623;
}

.accountArea
{
    position: relative;
}

.textAccountWarning
{
    font-size: 20px;
    color: #F5A623;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.textAccountTooltip
{
    display: inline-block;
    background: #F5A623;
    border-radius: 4px;
    padding: 6px 8px 6px 8px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 14px;
    position: absolute;
    bottom: 13px;
    right: -127px;
}

.textAccountTooltip::before
{
    content: " ";
    width: 0;
    border-right: 6px solid #F5A623;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -4px;
}

/************************/

#textPassword
{
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 12px 20px 16px 20px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
}

#textPassword::placeholder
{
    font-size: 20px;
    color: #9B9B9B;
}

#textPassword.showWarning
{
    border: 2px solid #F5A623;
}

.passwordArea
{
    position: relative;
}

.textPasswordWarning
{
    font-size: 20px;
    color: #F5A623;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.textPasswordTooltip
{
    display: inline-block;
    background: #F5A623;
    border-radius: 4px;
    padding: 6px 8px 6px 8px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 14px;
    position: absolute;
    bottom: 13px;
    right: -197px;
}

.textPasswordTooltip::before
{
    content: " ";
    width: 0;
    border-right: 6px solid #F5A623;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -4px;
}

/************************/

#textComfirmPassword
{
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 12px 20px 16px 20px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
}

#textComfirmPassword::placeholder
{
    font-size: 20px;
    color: #9B9B9B;
}

#textComfirmPassword.showWarning
{
    border: 2px solid #F5A623;
}

.comfirmPasswordArea
{
    position: relative;
}

.textComfirmPasswordWarning
{
    font-size: 20px;
    color: #F5A623;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.textComfirmPasswordTooltip
{
    display: inline-block;
    background: #F5A623;
    border-radius: 4px;
    padding: 6px 8px 6px 8px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 14px;
    position: absolute;
    bottom: 13px;
    right: -111px;
}

.textComfirmPasswordTooltip::before
{
    content: " ";
    width: 0;
    border-right: 6px solid #F5A623;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -4px;
}


/************************/

#submitButton
{
    width: 100%;
    background: #0275D8;
    border: 2px solid #4A90E2;
    border-radius: 8px;
    margin-top: 40px;
    font-family: 'Roboto';
    padding-top: 14px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
}

#submitButton.dataCheckFail
{
    background: #BEE1FF;
    border: 2px solid #BEE1FF;
}

