

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;
        height: 450px;
        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;
    }

