body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}


.card {
    margin: 30px auto;
    background-color: var(--secondary-2);
    padding: 2rem;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
}

.show-hide {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.text-red {
    color: #FB4141;
}
.login-title p {
    letter-spacing: 0.56px;
    color: #343A40;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-transform: capitalize;
}
.info-login {
    color: #0F6895;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #BFE5F8;
    background: #F1F9FE;
}
