
        @import url('https://fonts.googleapis.com/css?family=Mukta');

        body {
            font-family: 'Mukta', sans-serif;
            height: 100vh;
            min-height: 550px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow-y: hidden;
        }

        a {
            text-decoration: none;
            color: #444444;
        }

        .login-reg-panel {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            width: 70%;
            right: 0;
            left: 0;
            margin: auto;
            height: 400px;
            background-color: rgba(236, 48, 20, 0.9);
        }

        .white-panel {
            background-color: rgba(255, 255, 255, 1);
            display: inline-block;

            width: 40%;
            margin-left: calc(30% - 25px);
            transition: .3s ease-in-out;
            z-index: 0;
            border-radius: 10px;

        }

        .st-login-body {
            /* padding: 10% 50%; */
        }

        .login-reg-panel input[type="radio"] {
            position: relative;
            display: none;
        }

        .login-reg-panel {
            color: #B8B8B8;
        }

        .login-reg-panel #label-login,
        .login-reg-panel #label-register {
            border: 1px solid #9E9E9E;
            padding: 5px 5px;
            width: 150px;
            display: block;
            text-align: center;
            border-radius: 10px;
            cursor: pointer;
            font-weight: 600;
            font-size: 18px;
        }

        .login-info-box {
            width: 30%;
            padding: 0 50px;
            top: 20%;
            left: 0;
            position: absolute;
            text-align: left;
        }

        .register-info-box {
            width: 30%;
            padding: 0 50px;
            top: 20%;
            right: 0;
            position: absolute;
            text-align: left;

        }

        .right-log {
            right: 50px !important;
        }

        .login-show,
        .register-show {
            z-index: 1;
            display: none;
            opacity: 0;
            transition: 0.3s ease-in-out;
            color: #242424;
            text-align: left;
            padding: 10px;
        }

        .show-log-panel {
            display: block;
            opacity: 0.9;
        }

        .login-show input[type="text"],
        .login-show input[type="password"] {
            width: 100%;
            display: block;
            margin: 20px 0;
            padding: 15px;
            border: 1px solid #b5b5b5;
            outline: none;
        }

        .login-show input[type="submit"] {
            background: #0d92c6;
            color: #f9f9f9;
            padding: 10px;
            border: none;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 5px;
            cursor: pointer;
            border-bottom: solid 3px #1a77b2;
            width: 100%;
            margin-top: 20px;
        }

        .login-show a {
            display: inline-block;
            padding: 10px 0;
        }

        .register-show input[type="text"],
        .register-show input[type="password"] {
            width: 100%;
            display: block;
            margin: 20px 0;
            padding: 15px;
            border: 1px solid #b5b5b5;
            outline: none;
        }

        .register-show input[type="submit"] {
            max-width: 150px;
            width: 100%;
            background: #444444;
            color: #f9f9f9;
            border: none;
            padding: 10px;
            text-transform: uppercase;
            border-radius: 2px;
            float: right;
            cursor: pointer;
        }

        .credit {
            position: absolute;
            bottom: 10px;
            left: 10px;
            color: #3B3B25;
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
            z-index: 99;
        }

        a {
            text-decoration: none;
            color: #cfcfcf;

        }

        .register-box {
            /* padding: 0px 50px 50px 50px; */
            text-align: center;
            color: #ffff;
        }

        .register-box a {
            max-width: 150px;
            width: 100%;
            background: #444444;
            color: #f9f9f9;
            border: none;
            display: inline-block;
            padding: 10px;
            text-transform: uppercase;
            border-radius: 2px;
            text-align: center;
            cursor: pointer;
        }

        .st-login-body {
            padding-top: 0.5%;
        }

        .fotget-btn {
            color: #0e93c7;
            text-decoration: none;
            float: left !important;
            font-size: 15px;
            margin-top: -85px;
            display: inline-block;
        }

        .login-body {
            border: solid 1px #cccccc;
            padding: 40px;
            text-align: center;
        }

        .login-body img {
            width: 52%;
            margin-top: -87px;
        }

        .register-box a {
            background: #fff;
            color: #f9f9f9;
            padding: 10px 35px 0px 35px;
            border: none;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 5px;
            cursor: pointer;
            border-bottom: solid 3px #1a77b2;
            color: #4f5457;
        }

        .register-box h2 {
            font-weight: bold;
            margin-top: 20px;
        }