.display-n {
    display: none;
}

.c-login__form-header {
    color: #232933;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 1.429rem;

    text-align: right;
}

.login-page {
    background: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-form-login {
    border: 1px solid #ddd;
    width: 400px;
}

.logo_login{
    width: 160px;
    margin-bottom: 15px;
}

.text_border_login{
    background-color: #fff;
}

.show-pass-, .show-pass-2 {
    color: #979ca0;
    bottom: 18px;
    left: 9px;
    z-index: 9999;
    position: absolute;
}
.forgotten-wrapper{
    text-align: right;
}
.forgotten__btn{
    font-size: 13px;
    text-align: right;
    color: #000;
    cursor: pointer;
}
.forgotten__btn:hover{
    color: #000;
}
.form-block .contact-form .form-control {
    /*background-color: #f5f5f5;*/
    border: 1px solid #d8d8d8 !important;
}
.btn-section {
    top: 20px;
    position: absolute;
    right: calc(-1.5rem / 2);
    float: right;
    display: inline-block;
    width: 120px;
    z-index: 99;
}
.form-section {
    max-width: 450px;
    width: 100%;
    text-align: center !important;
    padding: 20px;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.font_color{
    color: #ec8923;
    font-weight: bold;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-section .link-btn {
    float: left;
    font-weight: 400;
    line-height: 50px;
    width: 120px;
    text-decoration: none;
    text-decoration: blink;
    text-align: center;
    color: #000!important;
    border-radius: 50px 0px 0px 50px;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: whitesmoke;
    font-size: 16px;
    border: 1px solid #e9e9e9;
    border-right: unset;
}
.btn-section .default-bg {
    background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
}
.btn-section .active-bg {
    background-image: linear-gradient(to bottom, #585858, #000000);
}

.form-block .form-box form input, .coming-soon .form-box form input {
    margin-bottom: 5px;
    height: 50px !important;
}
.Wrong-data-code{
    color: red;
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;
}
.form_register_overflow form{
    width: 100%;
    text-align: center;
}
.btn-login{
    width: 100%;
}
.display_none{
    display: none;
}
.btn-change-login{
    width: 49%;
    height: 45px;
    border: 1px solid #ec8923;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.change-code-{
    display: flex;
}
.border-radius-login-page{
    border-radius: 0 0 0 250px;
}
.c-login__footer {
    text-align: right;
    color: #62666d;
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
}
.text-black{
    color: #000 !important;
}
.text_border_login {
    font-size: 13px;
    position: relative;
    background-color: #fff;
    display: initial;
    z-index: 11;
    color: #181c32;
    padding: 0 10px;
}
.border_login {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #e0e0e1;
    right: 0;
    top: 50%;
}

.help-block ul{
    padding-right: 0;
    list-style: none;
    color: red;
    font-size: 14px;
    text-align: right;
}
.alert_success{
    color: green;
}

.c-login__back-button{
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    border-radius: 5px;
    color: #ec8923;
}
.overflow-y-auto{
    overflow-y: auto;
}

.height_login{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    background: #fff;
    max-height: 100vh;
}
.c-new-login__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.c-new-login__sidebar {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 550px;
    border-bottom-left-radius: 170px;
    border: 2px solid #e7e7e7;
    border-top: unset;
}



/*step login page*/

.step_item{
    height: 150px;
    width: 150px;
    border: 2px solid;
    position: relative;
}

.step_item::after{
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    transform: rotate(45deg);
    top: 93px;
    left: 18px;
    border: 2px solid;
    border-radius: 10px;
    z-index: 1;
}

.step_item.step1{
    background-color: #fff;
    border-color: #e7e7e7;
}
.step_item.step1:after{
    background: #fff;
    border-color: transparent #e7e7e7 #e7e7e7 transparent;
}

.step_item.step2{
    background-color: #fff;
    border-color: #e7e7e7;
}
.step_item.step2:after{
    background: #fff;
    border-color: transparent #e7e7e7 #e7e7e7 transparent;
}

.step_item.step3{
    background-color: #fff;
    border-color: #e7e7e7;
}
.step_item.step3:after{
    background: #fff;
    border-color: transparent #e7e7e7 #e7e7e7 transparent;
}

.number_step{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    color: #000;
    font-weight: bold;
}

.step1 .number_step{
    background: #fbd2d2;
}

.step2 .number_step{
    background: #b1f9d0;
}

.step3 .number_step{
    background: #b8c8f1;
}

.title_step{
    font-weight: bold;
    margin-top: 10px;
}

.content_step{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 80px;
    text-align: center;
}

.arrow_top_step{
    height: 100px;
    width: 450px;
    background-color: #e7e7e7;
    margin-top: 10px;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
    padding: 10px 45px;
    display: flex;
}

.title_top_arrow{
    font-size: 25px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.arrow_top_step::after{
    position: absolute;
    content: '';
    width: 76px;
    height: 76px;
    background: #e7e7e7;
    transform: rotate(45deg);
    border-radius: 10px;
    top: 12px;
    left: -39px;
}

.step_text_item{
    height: 150px;
    width: 290px;
    margin-bottom: 5px;
    padding: 10px 5px;
}

.arrow-steps{
    margin-right: 40px;
}

.text-steps{
    padding-top: 70px;
    margin-right: 20px;
}

.step_text_item i{
    font-size: 40px;
    margin-bottom: 5px;
}

.step_text_item p{
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}

.right_section_login{
    height: 100%;
    overflow: hidden;
}

.border-large{
    width: 85px;
    height: 85px;
    border: 3px solid #00417f;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.border-small{
    width: 70px;
    height: 70px;
    border: 3px solid #ec8923;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-small img{
    width: 75px;
}

/*end step*/


@media (min-width: 1200px){
    .form-block .form-img, .coming-soon .form-img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .box-form-login {
        width: 100%;
    }
}
.height-textarea-{
    height: 110px !important;
    min-height: 110px !important;
}
.errorboxemail{
    text-align: right;
    color: red;
    font-size: 14px;
}
