/*
.reg h1{
    display: block;
    text-align: center;
    padding: 118px 0 0 0;
    margin: 0;
    background: url('/resources/images/customer/application/02.png') no-repeat center top;
}
*/

.reg h1{
    display: block;
    text-align: center;
    margin: 0;
}

.reg.done {
    text-align: center;
}
.reg.done h1{
    padding: 215px 0 0 0;
    background: url('/resources/images/customer/02.gif') no-repeat center top;
}

.reg .t01{
    text-align: center;
    color: #000000; /* #898989 */
    font-size: 16px;
    line-height: normal;
}

.reg .t02{
    text-align: center;
    color: #939598;
    font-size: 12px;
    margin: 35px auto;
}

.reg .t03{
    text-align: center;
    color: #595a5c;
    font-size: 16px;
    margin: 15px auto 65px auto;
}

.reg #mcAfee{
    width: 50px;
    margin: auto;
    display: block;
}

.reg .form {
    padding: 0 0 45px 0;
    width: 100%;
    margin: 40px auto 0 auto;
    color: #898989;
}

@media (max-width: 424px){

    .reg.done h1{
        font-size: 28px;
    }

    .reg .form{
        padding: 0 12px 25px 12px;
    }
}


.reg .form label{
    display: block;
    font-weight: normal;
    margin: 25px 0 5px 0;
    text-align: left;
}

.reg .form .checkbox-wrap{
    height: auto;
    margin: 25px 0 0 0;
}

.reg .form .checkbox-wrap label{
    margin: 0;
    color: #b7b7b7;
}

.reg .form .in1{
}

.reg .bu1{
    display: block;
    margin: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;

    background-color: #0096FF;
}

.eyeRegistration, .eyeRegistrationConfirm {
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 35px;
    right: 15px;
    cursor: pointer;
    z-index: 45;
    vertical-align: top;
}

.eyeRegistrationConfirm {
    top: 35px;
}

.eyeRegistration.active,
.eyeRegistrationConfirm.active {
    display: flex;
}

#FormRegistration label {
    display: block;
    color: #24272E;
    font-weight: normal;
    margin-bottom: 0;
}

#FormRegistration label.error{
    color: #cc0000;
}

#FormRegistration div.input-wrap {
    color: #24272E;
}

#FormRegistration div.input-wrap label {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

#FormRegistration div.input-wrap input[type=text],
#FormRegistration div.input-wrap input[type=password] {
    border: 1px solid #B8BCC6;
    border-radius: 2px;
    width: 100%;
    background: #F7F9FC 0% 0% no-repeat padding-box;
    padding: 0 10px 0 10px;
}

#FormRegistration div.input-wrap input[type=text].error,
#FormRegistration div.input-wrap input[type=password].error {
    border: 1px solid #BB2B35;
    border-radius: 2px;
    width: 100%;
    background: #F7F9FC 0% 0% no-repeat padding-box;
    padding: 0 10px 0 10px;
}

#FormRegistration div.input-wrap .bu01 {
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    margin-top: 10px;
}

#FormRegistration #FormRegistration_generalError_em_ {
    font-size: 12px;
    padding: 5px;
    margin: 15px 0 5px 0;
    border: 1px solid #CC0E2E;
    border-top-width: 5px;
    color: black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#FormRegistration #FormRegistration_generalError_em_ strong {
    font-size: 12px;
    color: black;
}

#FormRegistration #FormRegistration_generalMessage_em_ {
    font-size: 12px;
    padding: 5px;
    margin: 15px 0 5px 0;
    border: 1px solid #0096FF;
    border-top-width: 5px;
    color: black;
}

#FormRegistration div.input-wrap input::placeholder {
    color: #D0D4D9;
    opacity: 1;
}
#FormRegistration div.input-wrap input::-moz-placeholder {
    color: #D0D4D9;
    opacity: 1;
}
#FormRegistration div.input-wrap input:-ms-input-placeholder {
    color: #D0D4D9;
}
#FormRegistration div.input-wrap input::-webkit-input-placeholder {
    color: #D0D4D9;
}