/* * {

    font-size: 14px;
    color: #58595B;
} */

/* @font-face {
    font-family: "Sukhumvit Set", sans-serif;
    src: url('./fonts/SukhumvitSet-Medium.ttf') format("truetype");
    color: #58595B;
    font-weight: bold;
    font-style: normal;
}

*/
p {
    font-size: 14px;
}

p.label-login {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0.5rem;
}

.forgotpass-text {
    font-size: 16px;
    color: #fb5252 !important;
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    /* border-bottom: 1px #f27405 dotted !important; */
}

label {
    color: var(--theme-main-color);
}

/* .text-title-forgotpass{
    color: var(--coral);
} */
