.login-title{
    color: #0D1017;
    text-align: center;
    font-family: Inter, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.lab-title label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 5px;
    align-self: stretch;
    color: var(--Text-Secondary, #272A31);
    /* Inter Medium/16 Text md */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.field-loginform-rememberme{
    display: block;
    height: var(--Spacing-6, 24px);
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    text-align: left;
}
.custom-control.custom-checkbox{
    color: var(--Text-Secondary, #272A31);
    /* Inter Normal/16 Text md */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.sumb-button{
    padding: 0;
    margin: 15px;
    width: 100%;
    border-radius: 16px;
    background: #07F;
    height: 54px;
    border: 1px solid #0077ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.pass-info{
    color: var(--Text-Secondary, #272A31);
    text-align: center;
    /* Inter Normal/14 Text sm */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.pass-info a{
    color: var(--Link-Primary, #07F);
    /* Inter Normal/14 Text sm */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}