 body {
            padding-top: 90px;
            font-family: 'Walmart', sans-serif;
             background-image: url('https://youconstruct.in/wp-content/uploads/2023/10/bg2.png?id=5927');
        }

        .panel-login {
            border-color: #ccc;
            box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
            padding: 25px;
        }

        .panel-login > .panel-heading {
            color: #000;
            background-color: #fff;
            border-color: #fff;
            text-align: center;
        }


        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

        .panel-login > .panel-heading a.active {
            color: #b6573e;
            font-size: 18px;
/*            border-color: #b6573e;*/
/*    border-bottom: 1px solid #b6573e;*/

        }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

        .panel-login input[type="text"],
        .panel-login input[type="email"],
        .panel-login input[type="password"] {
            height: 45px;
            border: 1px solid #ddd;
            font-size: 16px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

        .panel-login input:hover,
        .panel-login input:focus {
            outline:none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border-color: #ccc;
        }

        .btn-login {
            background-color: #ec7a5c;
            outline: none;
            color: #fff;
            font-size: 14px;
            height: auto;
            font-weight: normal;
            padding: 14px 0;
            text-transform: uppercase;
/*            border-color: #59B2E6;*/
        }

        .btn-login:hover,
        .btn-login:focus {
            color: #fff;
            background-color: #f0937b;
            border-color: #f0937b;
        }

        .forgot-password {
            text-decoration: none;
            color: #a94442;
            font-size: 12px;

        }

        .forgot-password:hover,
        .forgot-password:focus {
            text-decoration: none;
            color: #a94442;
            font-size: 12px;
        }

        .btn-register {
            background-color: #ec7a5c;
            outline: none;
            color: #fff;
            font-size: 14px;
            height: auto;
            font-weight: normal;
            padding: 14px 0;
            text-transform: uppercase;
            
        }
 
        .btn-register:hover,
        .btn-register:focus {
            color: #fff;
            background-color: #f0937b;
            border-color: #f0937b;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #666;
            font-size: 14px;
            font-weight: normal;
        }
   /*     .panel-login a>.active {
    color: var(--wolmart-dark-color,#333);
    border-color: #b6573e;
}*/
/*.panel-heading .active {
    border-bottom: 2px solid transparent;
    background-color: transparent;
}*/
input[type=checkbox] {
    margin: 0;
 
    line-height: normal;
}