body {
    font-weight: 400;
}

.custom-signin-heading {
    color: black;
    padding: 10px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}

.custom-signin-heading-apisense {
    font-weight: 700;
    color: #E7A200;
}

.login-view-input {
    line-height: 50px;
    border: none;
    border-radius: 8px;
    height: 50px;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #291E1A !important;
    background-color: #F2F4F6;
}

.form-control::placeholder {
    color: #818181;
    opacity: 1;
}

.is-invalid {
    border: 1px solid #E12F1C;
}

@media (max-width: 340px) {
    .custom-signin-heading {
        font-size: 22px !important;
    }

    .custom-signin-error {
        font-size: 14px !important;
        min-height: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    p {
        font-size: 14px !important;
    }
}

@media (min-width: 340px) and (max-width: 400px) {
    .custom-signin-heading {
        font-size: 28px !important;
    }

    .custom-signin-error {
        font-size: 14px !important;
        min-height: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    p {
        font-size: 14px !important;
    }
}

@media (min-width: 400px) and (max-width: 430px) {
    p {
        font-size: 14px !important;
    }
}

@media (min-width: 550px) {
    .custom-signin-error {
        min-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .vh-lg-100 {
        height: 100vh !important;
    }

    .fmxw-500 {
        max-width: 500px !important;
    }
}

@media (max-width: 550px) {
    .custom-signin-spacer {
        min-height: 10px;
    }

    .custom-signin-error {
        min-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .custom-container {
        display: flex;
        flex-direction: column;
        min-height: 97vh;
    }

    .custom-form-container {
        flex-grow: 1;
        overflow-y: auto;
        max-height: calc(100vh - 100px);
        padding-bottom: 1rem;
    }

    .login-section {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}
