body {
    display: block;
    justify-content: center;
}
.cont-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

#login-form-cont {
    margin-top: 25vh;
}

.logo-container {
    display: flex;
    align-items: center;
}
.page-cont {
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
}

.logo {
    width: 372px;
    height: 157px;
    /* position: absolute; */
    top: 214px;
    right: 59px;
}

.form-container,
.forgot-password-container,
.forgot-password-code-container {
    height: fit-content;
    width: fit-content;
    display: grid;
    min-height: 20rem;
    border-left: 5px solid var(--primary-color);
    padding-left: 64px;
}
.hidden,
.hide {
    display: none !important;
}
.form-control {
    width: 300px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid black;
    margin-top: 21px;
    padding-left: 15px;
}

.forgot-pass {
    text-decoration: none;
    color: var(--secondary-color);
    /*     outline: 1px solid black; */
    font-size: 13px;
    margin-top: 48px;
    cursor: pointer;
}

.loginButton {
    background-color: var(--primary-color);
    color: white;
    width: 50%;

    margin: 10px 5px;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    text-align: center;
}

.form-container h2 {
    color: var(--primary-color);
}

.signin {
    margin-top: 21px;
    font-size: 16px;
    color: var(--primary-color);
}

.button-container {
    display: flex;
    /* grid-template-columns: 25% auto; */
}

.extra {
    background-color: #dddddd;
    color: var(--primary-color);
}

.button-container2 {
    display: grid;
    width: 300px;
    /*     outline: 1px solid black; */
    grid-template-columns: auto auto;
}

.btn-wdt {
    width: 140px;
    margin-right: 20px;
}

.error {
    background-color: #f3f6bc;
    border: 0.8px solid #e91f25;
}

.eye {
    position: absolute;
    width: 20px;
    margin-left: -40px;
    margin-top: 35px !important;
    /*   outline: 1px solid blue; */
    z-index: 1;
    /*   margin-left: 340px !important; */
    /*   margin-top: 8px !important; */
}

/* .login-form-wrapper {
  align-self: center;
} */

.login2fa > form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 300px;
}

.hide {
    display: none;
}

.danger-btn {
    background-color: var(--secondary-color) !important;
    color: white;
}
