body {
    padding: 30px 0px 30px 0px !important;    
}

.registerform-container {
    position: relative;    
    padding-top: 0px;
    min-width: 400px;  
    max-width: 1600px; /*800px;*/
    width: 100% !important;    
    min-height: 400px;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.69);    
    overflow: visible;    
}

.registerform-header {    
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #0083CA;
    height: 40px;    
}

.registerform-content {
    padding: 30px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.registerform-content h1 {
    font-weight: 700;
}

.orderform-footer {
    padding: 0px;
    padding-top: 0px;
}

.registerform-footer .footer-copyright {
    padding: 30px;
    padding-bottom: 5px;
    position: relative;    
    bottom: 10;
    width: 100%;
    right: 0;    
    text-align: center;    
    font-size: 1.2em;
    font-weight: 700;
}

.action_button {
    width: 120px;
    margin-right: 10px;
    border-radius: 0px;
}

#registerform {
    padding-top: 10px;
}

.registerform-content .nav-pills > li > a {
    border-radius: 0;
}

ul.nav-pills > li {
    font-size: 1.5em;
}

.registerform-content .tab-content {
    padding: 10px;
}

.control-label {
    text-align:left;
    font-size: 1.5em;
    color: #285E87;    
}

.panel label {
    font-weight: 700;
    color: #285E87;
}

.checkbox label {
    font-weight: 700;
    color: #285E87;
}

@media (max-width: 767px) {
    .form-control-static {
        padding-top: 0px;
    }
}

.typeahead { 
    z-index: 1051;
    width: 95% !important; 
}

.intl-tel-input {
    width: 100%;
}


.header-lang {
    color: #337ab7 !important;
    font-size: 0.9em;
    padding-top: 7px;   
    padding-right: 7px;
}

.changelanguage {
    color: #337ab7 !important;
}

.modal70 {
    font-size: 1.5em;
}