
.registration_form_wrapper{
    clear: both;
    padding: 0 40px;
}
.registration_form_wrapper .row{
    width: 100%;
    max-width: 1060px;
    min-width: 300px;
}
.registration_form_wrapper input[type="checkbox"]{
    margin-right: 10px;
}
.registration_form_wrapper .registration_form_wrapper_right{
    width: 40%;
    float: right;
    position: relative;
    text-align: right;
}
.registration_form_wrapper .reg_type {
    position: relative;
}
.registration_form_wrapper .registration_form_wrapper_right label {

}
.registration_form_wrapper .registration_form_wrapper_right .cms_content_area p{
    margin: 6px 16px;
    font-size: 12px;
    line-height: 15px;
}
.registration_form_wrapper .registration_form_wrapper_right label{
    text-transform: uppercase;
    font-size: 17px;
    /*letter-spacing: 0.1em;*/
}
.registration_form_wrapper .registration_form_wrapper_right input[type="radio"]{
    float: right;
    margin-left:10px;
}
.registration_form_wrapper .registration_form_wrapper_left{
    width: 50%;
    float: left;
    position: relative;
    padding: 0;
}
.registration_form_inner #registration_form {
    text-align: right;
}
body.dir_rtl .registration_form_inner #registration_form
{
    direction: rtl;
}
.registration_form_inner #registration_form label{
}
.registration_form_wrapper .title{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 16px;
    text-align: right;
    margin: 44px auto 0px auto;
}
.registration_form_wrapper .personal_details_title{
    padding-bottom: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    display: none;
}
.registration_form_inner{
    padding-top: 20px;
    margin:18px auto 0px auto;
}
.registration_form_wrapper .submit_btn{
    display: block;
    margin-top: 2.5em;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
}
.registration_form_wrapper #main_title h1{
    margin: 0px;
    font-weight: bold;
    text-transform:uppercase;
    font-size: 30px;
}
.registration_form_wrapper #main_title{
    float: right;
    width: 50%;
}
.registration_form_wrapper #title_login{
    float: left;
    width: 50%;
    text-align: left;
    font-size: 13px;
}
.registration_form_wrapper #title_login a{
    text-decoration: underline;
    font-size: 13px;
}
body.dir_rtl .registration_form_wrapper .registration_form_wrapper_right .customer_type {
    padding-right: 7px;
}
body.dir_ltr .registration_form_wrapper .registration_form_wrapper_right .customer_type {
    padding-left: 7px;
}
.registration_form_wrapper .registration_form_wrapper_right .customer_type{
    display: block;
}
.registration_form_wrapper .customer_type {
    -webkit-transition: min-height .5s ease-in-out,max-height .5s ease-in-out,visibility .5s ease-in-out;
    -moz-transition: min-height .5s ease-in-out,max-height .5s ease-in-out,visibility .5s ease-in-out;
    transition: min-height .5s ease-in-out,max-height .5s ease-in-out,visibility .5s ease-in-out;
    -o-transition: min-height .5s ease-in-out,max-height .5s ease-in-out,visibility .5s ease-in-out;
    -ms-transition: min-height .5s ease-in-out,max-height .5s ease-in-out,visibility .5s ease-in-out;
    display: none;
    overflow: hidden;
}
.registration_form_wrapper .customer_type.inactive{
    min-height: 0;
    max-height: 0;
    visibility: hidden;
}
.registration_form_wrapper .customer_type.active {
    display: block;
    visibility: visible;
    min-height: 1px;
    max-height: 1000px;
}
/*Tablets anf ipads*/
@media all and (max-width: 1030px) {
    .registration_form_wrapper{
        margin-right: 1em;
        margin-left: 0.8em;
    }
    .registration_form_wrapper .row.title{
        margin-bottom: 1em;
        padding-bottom: 0.7em;
    }
    .registration_form_wrapper .row{
        margin-left: 0px;
        margin-right: 0px;
        min-width: 0px;
        width: auto;
        padding: 0px 1em;
        padding-top: 0px;
        padding-right: 1em;
        padding-bottom: 0px;
        padding-left: 1em;
        margin-top: 3em;
    }
}
.dir_rtl .registration_form_wrapper .error {
    text-align: right;
}
.registration_form_wrapper .error {
    color: red;
}
.registration_form_wrapper label{
    display: block;
}
/*Mobiles*/
@media all and (max-width: 600px) {
    .registration_form_wrapper .registration_form_wrapper_right{
        margin-bottom: 50px;
    }
    .registration_form_wrapper .registration_form_wrapper_right,
    .registration_form_wrapper .registration_form_wrapper_left{
        width: 100%;
    }

    .registration_form_wrapper #main_title,
    .registration_form_wrapper #title_login{
        width: 100%;
    }
    .registration_form_wrapper #main_title h1{
        font-size: 21px;
        text-align: center;
        float: none;
    }
    .registration_form_wrapper #title_login{
        text-align: right;
        clear: both;
    }
    .registration_form_inner #registration_form label {
        font-size: 15px;
    }

}
@media (max-width: 460px) {

    .registration_form_wrapper #title_login{
        margin: 31px 0 24px 0;
        text-align: center;
    }
    .registration_form_wrapper {
        padding: 0 20px;
        margin-right: 0;
        margin-left: 0;
    }
    .registration_form_wrapper .row,
    .registration_form_wrapper .registration_form_wrapper_left {
        padding: 0;
    }
}