.login_right_background {
            background-color: #f3f3f3
        }

        /* #303f50  */
        .login_left_background {
            background: url("/dist/assets/img/login_bg.a9f12424f07e2a000fcc.png")
        }

        .full_height {
            height: 100vh;
        }

        .login_title {
            color: #fff;
            font-weight: 400;
            font-size: 40px;
        }

        .login_hr {
            border-color: #bc202b;
            float: left;
            margin-left: 15%;
            width: 65%;
            border-bottom: 0;
            border-width: 2px;
        }

        .login_left_bottom_margin {
            color: #bebebe;
            font-weight: 400;
            font-size: 20px;
            margin-top: 39%;
        }

        .login_left_register {
            color: #ffffff;
            font-size: 20px;
            font-weight: normal;
        }

        .loginColumns {
            max-width: 800px;
            margin: 0 auto;
            padding: 100px 20px 20px;
        }

        .login_right_title {
            font-size: 32px;
            margin-bottom: 35px;
            font-weight: 400;
            color: #626262;
            text-align: center;
        }

        .login_text_box_label {
            font-weight: 400;
            font-size: 18px;
            color: #68696b;
        }

        .login_text_box {
            margin-top: 6px;
            background-color: #fff;
            height: 45px;
            border-color: #cfcfcf;
        }

        .login_submit_button {
            width: 50%;
            height: 45px;
            color: #fff;
            background-color: #bc202b;
            font-size: 20px;
        }

        .lable_center {
            text-align: center;
        }