.label {
    visibility: hidden;
    position: relative;
    font-family: Hind, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #aaacb9;
    padding-left: 15px;
}
.lcvf_form_container {
    margin: 0 auto;
    z-index: 300
}
.lcvf_input {
    width: 100%;
    padding: 16px;
    text-transform: none;
    border: 1px solid #2979ff;
    border-radius: 4px;
    height: auto;
    border-radius: 5px
}

.lcvf_input:focus {
    outline: none
}

.lcvf_submit {
    background: #2979ff;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    font-weight: 500;
    padding: 16px;
    text-transform: capitalize;
    width: 100%;
    margin: 0 auto
}
.lcvf_submit:hover {
    cursor: pointer;
    background: #81affb
}
.lcvf_submit:disabled {
    background: grey
}
.lcvf_submit:disabled:hover {
    cursor: auto;
    background: grey
}
.submit-load .loading {
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    display: block;
    border-radius: 15px !important;
    padding: 0;
    border: 3px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none;
    border-bottom: 3px solid #2979ff !important;
    border-left: 3px solid #2979ff !important;
    background-color: transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes wk-rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
.action-text {
    color: #0f2b52;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    padding-bottom: 15px
}
/*
.header-open-account {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 20px
}
*/
.phone-reminder {
    text-align: center;
    line-height: 16px;
    padding-top: 10px;
    color: #0f2b52;
    font-size: 14px;
    font-weight: 500
}
.submit-load .loading {
    border-color: #ff7900 #ff7900 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}
.preloader-holder {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset
}
.phone-error {
    padding: 12px;
    right: -15px;
    top: -33px
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    color: #0f2b52;
    padding-left: 26px
}
.white {
    display: none
}
.lcvf_form .error {
    background: url(../img/error.png) no-repeat 97% center;
    border: 1px solid #fd0030;
}

.lcvf_form .valid {
    background: url(../img/verify.png) no-repeat 97% center;
    border: 1px solid #1283fd;
}
.lcvf_form label {
    font-weight: normal
}
.lcvf_form fieldset {
    border: medium none !important;
    padding: 0;
    min-width: 100%;
    margin-bottom: 10px;
    width: 100%
}
.lcvf_form fieldset:first-of-type{
	margin: 0;
}
.intl-tel-input {
    width: 100%;
    border-radius: 5px
}
.lcvf_labelC {
    padding: 16px 0 16px 0;
    float: left;
    width: 20%;
    font-size: 17px
}
.lcvf_inputC {
    float: left;
    width: 50%
}
.lcvf_error {
    display:none;
    float: left;
    opacity: 0;
    font-family: Hind, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fd0030;
    padding-top: 5px;
    padding-left: 15px;
}
.lcvf_error_show {
    opacity: 1
}
.acceptTerms {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px
}
.reg_right {
    display: block !important
}
@media only screen and (max-width: 768px) {
    .regC .reg_right .reg_h1 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }
    .regC .reg_right {
        padding-left: 0px !important
    }
    .lcvf_form fieldset {
        margin-bottom: 10px !important
    }
    .lcvf_form .lcvf_password_er {
        height: 23px !important
    }
    .lcvf_form .acceptTerms {
        margin-bottom: 0px !important
    }
    fieldset .lcvf_inputC {
        width: 100% !important
    }
    .regC .reg_right {
        width: 100% !important
    }
    .regC .reg_left .lcvf_inputC {
        width: 100% !important
    }
    .signup_login div {
        width: auto;
        margin: 0;
    }
    .reg_left .lcvf_error {
        width: 100% !important;
        height: 25px !important
    }
    .lcvf_inputC {
        width: 100% !important
    }
    .regC .acceptTerms {
        margin-top: 15px !important
    }
    .regC .center {
        margin-top: 15px !important
    }
    .reg_left {
        width: 100% !important;
        max-width: 100% !important
    }
}
@media only screen and (max-width: 1004px) and (min-width: 769px) {
    .regC .reg_left .lcvf_inputC {
        width: 50% !important
    }
    .signup_login div {
        width: auto !important;
        margin: 0;
    }
    .reg_right {
        width: 700px !important;
        padding-left: 0px !important
    }
    .lcvf_error {
        width: 25% !important
    }
    .reg_left {
        max-width: 700px !important
    }
    .lcvf_password_er {
        height: 20px !important
    }
    .regC .center {
        margin-top: 15px !important
    }
    .regC .acceptTerms {
        margin-top: 15px !important
    }
}
@media only screen and (orientation: landscape) and (max-width: 767px) {
    .rg_modal_form {
        position: relative !important
    }
}
.rg_overlay {
    z-index: 30 !important
}
.rg_modal_form {
    z-index: 40 !important
}
.rg_modal_form {
    width: 320px;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #2979ff solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -160px;
    margin-left: -160px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 10px 10px;
    font-family: Tahoma, Arial
}
@-moz-document url-prefix() {
    .rg_modal_form {
        padding: 10px 10px
    }
}
.rg_overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}
.rg_overlay:hover {
    cursor: default !important
}
.rg_modal_form button {
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    font-weight: 500;
    padding: 16px;
    width: 100%;
    background-color: #2979ff;
    font-family: Tahoma, Arial
}
.rg_modal_form button:hover {
    cursor: pointer;
    background: #81affb
}
.rg_modal_form .modal_text {
    text-align: center;
    font-size: 19px;
    line-height: 21px
}
.rg_modal_form p.title {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}
.rg_modal_form .log_pass span {
    font-weight: bold
}
.rg_test form {
    margin-top: 47px
}
.lcvf_message{
	display: none;
}

.register-btn-wrap {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
