.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.justify-content-center {
    justify-content: start !important;
}

.col {
    flex: 1 0 0;
    display: flex;
    justify-content: end;
}

.wrapper {
    min-height: calc(100vh - 450px);
}

@media (min-width: 1290px) {
    .container {
        max-width: 1290px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.complexlogin {
    margin: 30px 0;
}

.halfer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.complexlogin.halfer > div {
    padding: 20px;
}

.halfer > div {
    width: 50%;
}

.loginform_cont {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.loginform_cont h1 {
    font-size: 24px;
    line-height: 1.4;
    padding: 100px 0 0 0;
    text-align: center;
    font-weight: normal;

}

.halfer > div + div {
    border-left: 1px solid #dfdfdf;
}

.loginpageR {

}

.newcustomer_cont {
    padding: 100px 0 0 0;
}

.loginform_cont p {
    display: flex;
    justify-content: center;
}

.sqr3 li {
    display: flex;
    justify-content: center;

}
.mb-4 {
    margin-bottom: 0 !important;
}


.ulcentercont ul li {
    margin: 0 0 5px 20px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0 0 0 5px;
    list-style: outside;
}

.ulcentercont{
    display: flex;
    justify-content: center;
}
.flexbtns{
    display: flex;
    justify-content: center;
}
#button-compLexlogin {
     display: flex;
     justify-content: center;
     margin-left: 40%;
    width: 35%;
 }
@media (max-width: 480px) {
    #button-compLexlogin {
        display: flex;
        justify-content: center;
        margin-left: 1%;
        width: 100%;
    }

}