.terms_and_cond_modal_container.terms_and_cond_modal_container/* .auth-main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: -1;
    background: #191f28
} */ 
.auth-main:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/auth_bg.png) no-repeat top left fixed;
} 
.pa_auth{
    color:#ffffff;
}
.field-step2form-phone_code{
    position: relative;
}
.regPhone{
    position: absolute;
    top: 1px;
    outline: none;
    left: 82px;
    width: 60%;
    background: none !important;
    border: 0;
}
img.flag {
    width: 23px;
    height: 14px;
    margin-right: 5px;
}

.auth-box {
    width: 100%;
    margin-left: 0;
}

.auth-box .card {
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;

}

.auth-box .card .body,
.body.register_sponsor {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0px 2px 15px rgba(224, 227, 237, 0.5);
    border-radius: 4px;
    border: none;
    display: block;
    padding: 35px 52px;
    background: #FFFF;
    margin-top: 65px;
}

.auth-box .card form,
.body.register_sponsor form  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auth-box .card .form-control, 
.body.register_sponsor .form-control {
    background: #F0F1F5;
    border-radius: 4px;
    border: none;
    height: 40px;
}

.auth-box .card .form-group,
.auth-box .card .field-step2form-passport_file,
.auth-box .card .field-step2form-address_proof_file,
.body.register_sponsor .form-group {
    width: calc( 50% - 20px );
    position: relative;
}

.field-step2form-phone-code  {
    margin-bottom: 0;
}

.btn-file,
.fileinput-remove:not(.close),
.fileinput-upload  {
    height: 40px;
    margin-top: 0 !important;
    border: 1px solid rgba(199, 152, 60, 1);
    color: #C7983C;
    border-radius: 4px !important;
    padding: 10px 10px;
    width: 100px;
    font-weight: bold;
    font-size: 12px;
    transition: all .4s ease-in-out;
}

.fileinput-upload {
    margin-right: 5px;
    box-shadow: none;
    
}

.fileinput-upload:hover {
    background-color: #C7983C;
    border: 1px solid rgba(199, 152, 60, 1);
}

.btn-file .hidden-xs,
.fileinput-remove .hidden-xs,
.fileinput-upload .hidden-xs {
    display: inline-block !important;
}
.fileinput-remove  {
    margin-right: 10px;
}

.btn-file i {
    display: none;
}

.btn-file::before {
    content: url('../images/upload.svg');
}

.btn-file:hover {
    background-color: #C7983C;
    border: 1px solid rgba(199, 152, 60, 1);
}

.btn-file:hover::before {
    content: url('../images/upload_white.svg');
}

.input-group-btn  {
    margin-left: 10px;
}

.auth-box .card .field-step1form-investment_amount,
.auth-box .card .field-step2form-date_of_birth,
.auth-box .card .field-step3form-username,
.auth-box .card .field-step3form-accept_terms,
.auth-box .card .field-step4form-pay_system,
.body.register_sponsor .field-step2form-date_of_birth,
.body.register_sponsor .field-step3form-username,
.body.register_sponsor .field-step4form-pay_system,
.body.register_sponsor .field-step1form-investment_amount   {
    width: 100%;
}

.auth-box .card .field-step3form-accept_terms  {
    display: flex;
    justify-content: flex-end;
}

.auth-box .card .btn-success,
.body.register_sponsor .btn-success {
    width: 100px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 12px;
    margin-left: auto;
    display: block;
}

.auth-box .card .btn-success::after,
.buttons_block button::after,
.body.register_sponsor .btn-success::after {
    content: url('../images/arrow_right.svg');
    position: relative;
    margin-left: 10px;
}

.buttons_block a::before {
    content: url('../images/arrow_right_gold.svg');
    position: relative;
    margin-right: 10px;
}

.auth-box .top {
    width: 100%;
    display: flex;
    height: 80px;
    background: #1F2025;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.auth-box .pa_auth {
    margin: 0;
}

/* steps */

.steps_container {
    width: 100%;
}

.steps_content {
    width: 95%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.steps_content::before {
    position: absolute;
    content: '';
    display: inline;
    width: 100%;
    top: 15px;
    left: 0;
    z-index: 0;
    height: 4px;
    box-shadow: 0px 2px 15px rgba(224, 227, 237, 0.5);
    border-radius: 4px;
    background: #FFFF;
}

.steps_content .single_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    position: relative;
    z-index: 2;
}

.single_step_contetnt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step_number {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCFCFF;
    box-shadow: 0px 10px 20px 1px rgba(220, 223, 231, 0.4);
    border-radius: 50%;
    font-size: 12px;
    color: #DBDEE8;
    position: relative;
    z-index: 5;
    font-weight: bold;
}

.step_name {
    margin-top: 18px;
    font-weight: bold;
    font-size: 14px;
    color: #DBDEE8;
}

.steps_content .single_step.active .step_number {
    background: #A71616;
    box-shadow: 0px 10px 20px 1px rgba(222, 8, 8, 0.15);
    color: #FCFCFF;
}

.steps_content .single_step.active .step_name {
    color: #26282D;
}

.steps_content .single_step.active:before  {
    content: '';
    width: calc( 100% - 14px);
    position: absolute;
    left: calc(14px - 50%);
    top: 15px;
    height: 4px;
    background: #A71616;
    box-shadow: 0px 2px 15px rgba(224, 227, 237, 0.5);
    border-radius: 4px;
    z-index: 1;
}

.steps_content .single_step.active:first-child:before {
    content: '';
    width: calc( 50% - 14px );
    position: absolute;
    left: 0;
    top: 15px;
    height: 4px;
    background: #A71616;
    box-shadow: 0px 2px 15px rgba(224, 227, 237, 0.5);
    border-radius: 4px;
    z-index: 1;
}
/* steps */

/* step 2 */

.form-group .select2-container--krajee .select2-selection--single {
    height: 40px;
    padding-top: 9px;
    background: #F0F1F5;
    border: none;
    box-shadow: none;
}

.form-group .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: none !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    display: none;
}

.step2 .field-step2form-phone-code,
.body.register_sponsor .field-step2form-phone-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.field-step2form-phone  {
    position: static !important;
    width: 0 !important;
}

.file-preview .fileinput-remove {
    display: none;
}


.field-step2form-phone .help-block {
    bottom: -5px;
    width: 100%;
    left: 0;
}
/* 
.file-input .file-preview  {
    display: none;
} */

.buttons_block {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.buttons_block a,
.buttons_block button {
    width: 100px;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.buttons_block a {
    border: 1px solid #C7983C;
    border-radius: 4px;
    background: transparent;
    color: #C7983C;
}

.buttons_block a:hover {
    background: #C7983C;
    border: 1px solid #C7983C;
}

.buttons_block a:hover::before {
    content: url('../images/arrow_left_white.svg');
} 

.buttons_block button {
    background: #C7983C;
    border: 1px solid #C7983C;
}

.buttons_block button:hover,
.buttons_block button:focus {
    outline: none;
    background: #a58141;
    border-color: #a58141;
}

/* step 2 */

/* step 4 */

.total_summ_reg_container {
	text-align: center;
    width: 100%;
    padding: 22px 10px;
    background: #FEFAF0;
    border-radius: 4px;   
}

.total_summ_reg_container p {
    margin-bottom: 0;
    color: #C7983C;
    font-weight: bold;
    font-size: 24px;
}
.total_summ_reg_container p span {
    font-weight: normal;
}

#step4form-pay_system {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.radio_payment_container {
    max-width: 150px;
    width: 100%;
}

.radio_payment_container input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.radio_payment_container label,
.radio_payment_container .pseudo_radio_label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 20px;
    transition: all .4s ease-in-out;
    box-shadow: 0px 2px 15px transparent;
    position: relative;
    cursor: pointer;
		min-width: 150px;
		height: 110px;
}
.radio_payment_container label img,
.radio_payment_container .pseudo_radio_label img{
	height: 45px;
	width: 45px; 
}

.radio_payment_container label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    background: transparent;
    transition: all .4s ease-in-out;
}

.radio_payment_container input:checked + label {
    border: 1px solid transparent;
    box-shadow: 0px 10px 25px rgba(174, 175, 179, 0.9);
}

.radio_payment_container input:checked + label::after {

    background: url('../images/checked.svg') no-repeat;
    background-size: cover;
    background-position: center;
 
}

.radio_payment_container:first-child {
    margin-left: 0;
}
.pay-system-cripta__outer-block{
	position: relative;
}
.pay-system-cripta__set_outer{
	display: none;
	position: absolute;
	background: #fff;
	top: 130px;
	left: 0px;
	z-index: 10;
}
.pay-system-cripta__set{
	display: flex;
	padding: 10px;
	box-shadow: 0 0 10px #d3d3d3;
	border-radius: 5px;
}
.pay-system-cripta__set .radio_payment_container{
	margin: 0 10px;
}


	/* step 4 */

/* login */

.title_login h1,
.reset_password h1 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #26282D;
}

.title_login h1::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    background: url('../images/user_icon_login.svg') no-repeat;
    background-size: cover;
    background-position: center;
}

.auth-box .card .login_body,
.auth-box .card .reset_password {
    max-width: 550px;
    border-top: 1px solid #C7983C;
    padding: 70px 30px;
}

.auth-box .card .login_body .form-group,
.auth-box .card .reset_password .form-group {
    width: 100%;
}

.help-block-error {
    margin-bottom: 0 !important;
}

.login_body form,
.reset_password form {
    margin-top: 40px;
}

.request-password__outer {
    width: 100%;
    text-align: right;
}

.request-password__outer a {
    font-size: 14px;
    color: #2460D5;
}

.login_body form .btn-lg,
.reset_password form .btn-lg {
    background: #A71616;
    border: 1px solid #A71616;
    font-weight: bold;
}   

.login_body form .btn-lg:focus,
.reset_password form .btn-lg:focus {
    box-shadow: none;
}

.login_body .logo-box_footer,
.reset_password .logo-box_footer { 
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
}

.login_body .logo-box_footer a,
.reset_password .logo-box_footer a {
    color: #A71616;
}

.body.register_sponsor .buttons_block {
    margin-top: 20px;
}

.fileinput-remove span:not(.hidden-xs) {
    font-size: 24px;
    color: #C7983C;
}
.file-preview .fileinput-remove {
    top: 4px !important;
    right: -2px !important;
}


.field-step3form-accept_terms label:not(.control-label) {
   cursor: pointer;
} 

.terms_and_cond_modal_container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .5);
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
}


.terms_and_cond_modal_container.active {
    display: flex;
}

.terms_and_cond_modal_body {
    width: 90%;
    max-width: 700px;
    max-height: 90%;
    overflow: auto;
    background: #FFF;
    padding: 20px 25px;
    position: relative;
}

.terms_and_cond_modal_body .close {
    font-size: 24px;
    color: #C7983C;
    position: absolute;
    top: 10px;
    right: 10px;
}

.help-block-error{
	display: none;
}

.pay-system-cripta__double {
    display: flex;
    align-items: center;
}

.pay-system-cripta__double .radio_label {
    border-right: none;
    padding-right: 0;
    min-width: 100px;
}

.pay-system-cripta__double .pseudo_radio_label {
    border-left: none;
    padding-left: 0;
    min-width: 100px;
}

.pay-system-cripta__double .pay-plus {
    font-size: 29px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #e7e7e7;
    height: 110px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media ( max-width: 768px ) {
    .auth-box .card .form-group,
    .auth-box .card .field-step2form-passport_file,
    .auth-box .card .field-step2form-address_proof_file,
    .body.register_sponsor .form-group,
    .body.register_sponsor .field-step2form-passport_file, 
    .body.register_sponsor .field-step2form-address_proof_file {
        width: 100%;
    }

    .auth-box .card .field-step2form-phone_code,
    .auth-box .card .field-step2form-phone_number,
    .body.register_sponsor .field-step2form-phone_code,
    .body.register_sponsor .field-step2form-phone_number {
        width: calc( 50% - 20px );
    }

    .auth-box .card .body, .body.register_sponsor {
        padding: 35px 30px;
    }

    .auth-box .card .field-step2form-passport_file,
    .auth-box .card .field-step2form-address_proof_file,
    .body.register_sponsor .field-step2form-passport_file, 
    .body.register_sponsor .field-step2form-address_proof_file {
        margin-bottom: 30px;
    }

    .auth-box .card .field-step2form-passport_file .input-group-append {
        height: auto;
        margin-top: 10px;;
        margin-left: 0;
    } 
    
    .auth-box .card .field-step2form-passport_file .form-control, 
    .auth-box .card .field-step2form-address_proof_file .form-control, 
    .body.register_sponsor .field-step2form-address_proof_file .form-control,
    .body.register_sponsor .field-step2form-passport_file .form-control {
        width: 100%;
    }
    
}

@media ( max-width: 550px ) {
    .step2 .field-step2form-phone-code, .body.register_sponsor .field-step2form-phone-code {
        flex-wrap: wrap;
    }

    .auth-box .card .field-step2form-phone_code,
    .auth-box .card .field-step2form-phone_number,
    .body.register_sponsor .field-step2form-phone_code,
    .body.register_sponsor .field-step2form-phone_number {
        width: 100%;
    }
/* 
    #step4form-pay_system {
        justify-content: center; */
    /* } */

    .step_name {
        font-size: 12px;
    }

    .terms_and_cond_modal_body .close {
        right: 25px;
    }

    .radio_payment_container {
        width: calc(50% - 20px);
    }

	.pay-system-cripta__set{
		flex-direction: column;
	}
	.pay-system-cripta__set .radio_payment_container {
		margin: 10px;
	}             
	.pay-system-cripta__set_outer{
		left: 0;
	}           
}        