html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

.col-center {
    float: none;
    margin: auto;
}

.site-wrapper {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    background: #f4f4f4;
}

.main-center {
    background: #fff;
    width: 385px;
    padding: 80px 65px;
}

.signup-form .form-control {
    border-radius: 4;
}

.signup-section {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #fff;
    padding: 0;
    width: 800px;
}

.left-section{
    float: left;
/*  width: 300px;*/
    padding: 20px;
    margin-top: 20px;
}

.right-section {
    float: left;
    padding: 25px;
    background-color: #0063A9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 465px;

}

.signup-form {
    padding: 15px 15px 0;
}


.sign-up-text {
   color: #797979;
    font-size: 14px;
    font-style: italic;
    margin-top: 56px;
}


.sign-up-title {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
}

.dark-red-text {
    color: #0063A9;
    margin-top: 5px;
}

.client-name {
    color:#797979;
    font-weight: bold;
}

.btn-border-white {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #000;
    background-color: #999;
} 

.btn.btn-border-white:hover,
.btn.btn-border-white:active,
.btn.btn-border-white:focus  {
    color:#fff;
    background-color: #999;
}

.right-section h2 {
    margin-top: 7px;
    font-weight: lighter;
}

.already-text a {
    margin-top: 10px;
    color: #e2bd86;
}
.already-text {
    margin-top: 10px;
}

.ti-email,
.ti-key {
    color: #623e56;
    font-size: 18px;
}

.right-section .input-group-addon {
    background-color: #fff;
}

.input-group-addon:first-child {
    border-right: 1px solid #623e56;
}

.text-left.login-heading {
    padding-left: 15px;
    font-weight: lighter;
}

.text-white a {
    color: #FFF;
}

.text-orange {
    color: #FFF;
}
.btn-white  {
    color: #000;
    background-color: #FFF;
}

.btn-white:hover,
.btn-white:active,
.btn-white:active {
    background-color: #FFF;
    color: #fff;
}

.forget-text {
    margin-bottom: 30px;
}

.copyright-text.text-center {
    margin-top: 90px;
}

.forget-btn {
    margin-top: 26px;
}


/*label.error {
    color: #FF5E5E;
    font-weight:400;
    font-size: 13px;
   
}

*/

/* jquery error validation message setting */
.has-error .error {
    color: rgb(232, 99, 99);
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.has-success .error {
    display: none !important;
}

.has-error input,
.has-error .selectpicker,
.has-error .multiselect/*,
.has-error .form-control*/ {
    border: 0.1rem solid rgb(169,68,66);
}

.has-error .error + .flag-dropdown {
    bottom: 20px;
}

.has-error div[class*="checkbox"] {
    color: #333;
}

.has-error input[type="file"] + .error {
    display: block !important;
    margin-top: 5px;
    text-transform: initial;
    text-align: left;
}

/* jquery error validation message hidden */
.error-hide div[class*="has-"] label[class="error"],
.error-hide div[class*="has-"] .bootstrap-select + label[class="error"] {
    /*display: none !important;*/
}

.signup-section {
    width: 800px;
}

.login-layout-wraper{
    width:800px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
   .signup-section, 
   .login-layout-wraper {
       width: auto;
   }

}

.fa-icon::before {
    background:url('../img/stripe.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 25px;
    height: 24px;
}

.fa-email::before {
    background-position: -72px -260px;
}

.fa-key::before {
     background-position: -72px -112px;
}

.input-group-addon:first-child {
    border-right: medium none;
}

.login .form-control {
    border:none;
    height: 35px;
}

.bottom-login {
    margin-top: 30px;
}

.trust {
    margin-left: 10px;
}

.input-group-addon {
    border:none;
}

/*.login .input-group:first-child{
    margin-bottom: 10px;
}
*/
.bootstrap-switch {
    vertical-align: text-bottom !important;
}


.login .form-group{
    margin-bottom: 28px;
}

.create-account .form-group  {
    margin-bottom: 25px;
}