:root {
    --primary-color: #0098df;
    --secondary-color: #dcdcdc;

    --background-color: #ffffff;
    --foreground-color: #0c2647;

    --text-color: #7d7d7d;
    --text-color-title: #333333;
    --text-color-white: #ffffff;
    --text-color-gray: #c8c8c8;
    --border-color: #e3e3e3;
    --divider-color: #eaeaea;
}

.cover {
    background-image: url("/images/auth/bg.png");
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: var(--text-color-title);
}

.subtitle {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.formLabel {
    color: var(--text-color-title);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 1rem;
}

.formInput {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: var(--text-color);
}

.button {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    background-color: var(--primary-color);
    border: none !important;
    padding: 16px;
    border-radius: 4px;
}

.formContent {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--text-color-title);
}

.labelForgot {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--primary-color) !important;
}

@media screen and (max-width: 768px) {
    .formCover {
        padding: 0 1rem;
        height: 100vh;
    }

    .title {
        font-size: 24px;
        line-height: 29px;
    }

    .subtitle {
        font-size: 14px;
        line-height: 140%;
    }

    .formLabel {
        font-size: 13px;
        line-height: 16px;
    }

    .formInput {
        font-size: 14px;
        line-height: 17px;
    }

    .button {
        font-size: 13px;
        line-height: 16px;
        font-size: 13px;
        line-height: 16px;
    }

    .formContent {
        font-size: 13px;
        line-height: 16px;
    }

    .labelForgot {
        font-size: 13px;
        line-height: 16px;
    }
}
