﻿.main {
    display: grid;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: auto;
    margin-top: auto;
    width: 100% !important;
    align-items: center;
    grid-template-columns: 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.d2_2 button {
    align-items: unset;
    width: 100%;
    height: 3rem;
}

.auth-logo {
    margin-left: 3%;
}

.auth-cover {
    margin: 5%;
    zoom: 135%;
    zoom: 70%;
    margin: auto;
    display: flex;
}

.kzhk__holder {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
}

.kzhk {
    width: 30%;
    cursor: pointer;
}

    .kzhk img {
        width: 100%;
    }


.auth-form {
    width: 60%;
    margin: auto;
}

.decreased {
    scale: 0.8;
    height: 20%;
}

.language {
    align-self: flex-end;
    padding-right: 30px;
    width: 92%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 14px
}

.hrSpace {
    margin: 1% 0;
}

.mainHeader {
    margin-bottom: 30px;
}

.commonTabHolder {
    width: 100%
}

#binTextBox {
    background-image: url('/img/user.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 1rem;
    height: 3rem;
    margin-bottom: 1.2rem;
    -moz-appearance: textfield;
}

    #binTextBox::-webkit-outer-spin-button,
    #binTextBox::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

#emailTextBox {
    background-image: url('/img/at.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 3rem;
    background-size: 4%;
    margin-bottom: 1.4rem;
}

.password {
    background-image: url('/img/lock.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    border-right-color: #e8f0fe;
    background-attachment: scroll;
    background-size: 0.85rem;
    height: 3rem;
    margin-bottom: 1.2rem;
}

.passwordButton {
    width: 12% !important;
    background: none;
    border-color: #ced4da;
    border-left-style: none;
    background-color: white;
    background-image: url('/img/hide.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 3rem;
    background-size: 1.25rem;
    margin-bottom: 1.4rem;
}

.validationMessage {
    color: #ED3A32 !important;
    margin-right: auto;
    margin-bottom: 1.2rem;
    margin-top: -1.2rem;
}

.or {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 15px;
    margin: auto;
    width: 60%;
}

.requirements {
    list-style: none;
}

    .requirements li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #C4C4C4; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        font-size: 20px;
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 0.6em; /* Also needed for space (tweak if needed) */
        margin-left: -0.5em;
        line-height: 17px;
    }

.requirement {
}

.requirement-fits {
    color: #008F91;
}

.requirement-doesntFit {
    color: #3B3B41;
}
.biggerHeight {
    height: fit-content !important;
}
.validationSummary ul {
    list-style: none;
    padding: 0;
}




.left_login {
    color: white !important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008F91;
    height: 36px;
    text-decoration: none;
    border-radius: 6px 1px 1px 6px;
}

.right_login {
    color: #3B3B41 !important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #D9D9D9;
    height: 36px;
    text-decoration: none;
    border-radius: 0px 6px 6px 0px;
}


.login_radio_container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.title_text {
    width: 100%;
}