body {
    background-color: #00AAE412 !important;
    font-family: Inter;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-login {
    background-color: #FFFFFF;
        
    width: 470px;
    /* height: Hug (398.78px) */
    top: 312.11px;
    left: 485px;
    padding: 32px;
    border-radius: 8px;
    border: 1px;
    gap: 24px;
}

.center-item {
    display: flex;
    justify-content: center;
}

.title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.nikita-text {
    padding-left: 5px;
    font-weight: 700;
}

input {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-family: Inter;
    padding-left: 10px;
    /* border-color: #F3F4F6; */


    padding: 16px, 12px, 16px, 12px;
    border-radius: 4px;
    border: 1px;
    gap: 10px;

}

input::placeholder {
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
}

label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #111928;
}

.mt8 {
    margin-top: 8px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.submit-button {
    width: 100%;
    background-color: #004269;
    height: 38px;
    padding: 21px, 24px, 21px, 24px;
    border-radius: 4px;
    gap: 8px;
    color: #FFFFFF;

    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.30000001192092896px;
    text-align: center;
    cursor: pointer;
}

.wrong-password {
    color: red;
    margin-bottom: 10px;
}