
    body {
    background: #f3f3f3;
    }

    .login-width {
        width: 85%;
    }

    .login-btn-shadow {
        box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.15);
        border-radius: 10px;
        height: 50px;
        font-family: Segoe UI;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    }


    /* form */
    .login-form {
        background-color: #fefefe;
        width: 606px;
        border-radius: 25px;
    }

    /* image */
    .login-image {
        width: 25px;
        height: 25px;
    }

    .login-hr {
        position: relative;
        width: 80%;
    }

    .login-or {
        position: absolute;
        top: 3px;
        background: white;
        right: 50%;
        width: 19px;
        height: 24px;
        text-align: center;
    }

    /* input elements */

    .login-input-group-text {
        border: none;
        background-color: white;
    }

    .login-form-control {
        border: none;
        border-bottom: 1px solid rgba(226, 226, 226, 1);
    }

    /* button */
    .login-button {
        background: rgba(255, 153, 0, 1);
        border-radius: 10px;
        color: white;
        height: 50px;
    }

    /* anchor tags */
    .login-a {
        color: #4785ff;
    }

    .login-forgot-password {
        color: black;
        text-decoration-line: underline;
    }

    /* text */

    .common-text {
        font-family: Segoe UI;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .login-t1 {
        font-family: Segoe UI;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .login-t2 {
        font-family: Segoe UI;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    }

    .login-t3 {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #4785ff;
    }

    .login-t4 {
        font-family: SF Pro Text;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.23999999463558197px;
        text-align: center;
        color: #fedcdc;
    }

    .setup-form-container{
        width: 90%;
        text-align: center;
        margin-left: auto;
    }

.content-center{
text-align: center;
padding: 5px;
margin: 5px;
}
.error-message{
    float: left;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.custom-form-error {
    width: 80%;
    font-size: 14px;
    color: #dc3545 !important;
}
@media only screen and (max-width: 600px) {
    .custom-form-error {
        font-size: 11px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .custom-form-error {
        font-size: 11px;
    }
}