main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    min-height: 550px;
    background-image: url(../images/zone-five_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container.customSubdomainLogin .card, .container.customLogin .card {
    background-color: transparent;
    border: none;
}

.hideEle{
    display:none;
}

.activeTab {
    background-color: rgb(63 106 216 / 80%);
    color: #fff;
}

 .inactiveTab {
    color: #000;
    background-color: #fff;
} 

div#logoSec {
    margin-top: 50px;
}
div#logoSec {
    text-align: center;
    margin-bottom: 20px;
}

input#subdomain {
    border: none;
    height: 62px;
    padding: 0px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
}

input#subdomain:focus {
    box-shadow: none;
}

.container.customSubdomainLogin .topHeads h6 {
    text-transform: uppercase;
    color: #8b8383;
    font-weight: bold;
    font-size: 45%;
    margin-bottom: 30px;
}

.container.customSubdomainLogin .topHeads h1 {
    font-size: 150%;
    font-weight: 900;
    margin-bottom: 20px;
}

.container.customSubdomainLogin .topHeads {
    font-size: 30px;
}

.container.customSubdomainLogin .inpField {
    border: 1px solid #a2a2a2;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 62px;
    border-radius: 5px;
    padding: 0px 20px;
    font-weight: bold;
}

.container.customLogin .inpField, .paymentForm input, .paymentForm select {
    height: 50px;
    border-width: 0px 0px 2px 0px;
    border-radius: 0px;
}

.loginCard h2 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    color: #212529;
    font-size: 22px;
}

.paymentForm {
    padding: 25px 30px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px 0px;
    border-radius: 5px;
}

.stepsCls {
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px 0px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 20px;
}

.paymentForm input {
    line-height: 60px;
}

.fieldDanger {
    border: 2px solid #e3342f;
}


.stepsCls h6{
    margin: 0;
    line-height: 26px;
    font-size: 120%;
}

.container.customSubdomainLogin #submitBtn {
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.container.customSubdomainLogin, .container.customLogin .form-group{
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
}

.loginCard {
    /* margin-top: 30px; */
    width: 50%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    color: #212529;
    padding: 40px 0px;
    align-items: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px 0px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

#footer {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #222020;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 9;
}

.footerLinks ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.footerLinks ul a {
    color: #fff;
    padding: 2px 6px;
}

#loginBtn, #registerBtn , .btn.btn-payment {
    line-height: 30px;
    background: rgb(63 106 216);
    min-width: 80px;
    color: #fff;
}

@media only screen and (max-width: 991.5px)
{
    .loginCard {
        width: 100%;
    }
}

@media only screen and (max-width: 767.5px)
{
    .loginCard {
        width: 100%;
    }
    .container.customSubdomainLogin .submitBtnDiv {
        margin-top: 20px;
        padding: 0px;
        text-align: right;
    }
    .container.customSubdomainLogin #submitBtn {
        width: 40%;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}