/* Register.css */
.page-head,
.currency-changer {
    display: none;
}

/*
.form-horizontal .control-label {
    text-align: left;
}
*/

.help-block {
    color: #9EACB4;
}

.register-form {
    padding: 20px;
    /* min-height: 610px; */
}

.register-form h2 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
}

.register-form .main-desc {
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px;
}

.register-form .step {
    padding: 10px;
}

.register-form .customer-type {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.register-form .customer-type .title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.register-form .customer-type .desc {
    display: block;
    padding: 0 0 0 32px;
    color: #777777;
    line-height: 1.6em;
}

.register-form .customer-type input {
    float: left;
}

.register-form .step-container {
    min-height: 170px;
}

.register-form .next-step {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-top: 30px;
    text-align: right;
}

.register-form .input-group .input-group-addon {
    background: #2489c5;
    border-color: #2489c5;
}

.register-form .input-group .input-group-addon > i {
    color: #FFFFFF;
}

.register-form .foreign-input {
    display: none;
}

.select2-search input {
    padding: 3px 6px !important;
}

.bottom-info {
    margin-top: 20px;
}

.register-step {
    display: none;
}

.register-step#step-1 {
    display: block;
}

.form-control,
.input-group-addon,
.form-control .select2-choice,
.input-group-btn:last-child>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.has-error .select2-container.select2-dropdown-open .select2-choice > span {
    color: #444444;
}
.has-error .control-label {
    color: #F44336 !important;
}

.has-error .input-group-addon {
    background: #F44336 !important;
    border-color: #F44336 !important;
}

.has-error .select2-container .select2-choice,
.has-error .form-control {
    border-color: #F44336 !important;
}

.has-error .help-block {
    color: #bd1206;
}

#tos {
    margin-top: 20px;
    max-height: 355px;
    overflow: auto;
}

#tos h1 {
    font-size: 20px;
    margin-top: 5px;
}

#tos h3 {
    font-size: 16px;
}

.password-reset-form {
    padding-bottom: 30px;
    padding-top: 30px;
}

.individual-detail
{
    padding-top: 65px;
}

.grecaptcha-badge { visibility: hidden; }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .step-container .col-md-3 {
        padding-left: 14px;
    }

    .register-form .main-desc {
        padding: 10px 0;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #login .step-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .step-container .col-md-3 {
        padding-left: 2px;
    }

    .register-form .main-desc {
        padding: 10px 10px;
    }

    .register-form .right-border {
        border-right: 1px solid #EEEEEE;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media only screen and (max-width : 992px) {

    .g-recaptcha{
        margin-top: -50px;
    }
    .login-btn-container
    {
        margin-top: -28px !important;
    }
    .control-label
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .container
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .portlet.light
    {
        padding-left:5px !important;
        padding-right: 5px !important;
    }
    .register-form
    {
        padding-top: 0px;
    }

    .login-btn
    {
        width: 100%;
    }

    .register-collumn
    {
        margin-top: 35px;
        padding-top: 15px;
        border-top: 1px solid #EEEEEE;
    }

    .register-detail
    {
        padding-top: 0px;
    }

    body,html
    {
        overflow-x: hidden;
    }
}

