






.body-section {
    background-color: #000000 !important;
    /* background-image: url(../images/login_bg3.jpg) !important; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;
    /* position: relative; */
    overflow-x: hidden;
}
/*
    .body-section:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
        z-index: -999;
    }*/
body.body-section.srkchin_login {
    background: #fff !important;
}

.srkchin_login .loginBox {
  /*  box-shadow: -4px -3px 4px 3px var(--sku-blue-color);*/
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.login-box {
    width: 400px;
    margin: 70px auto;
    padding: 0px;
    border-radius: 5px;
    /* position: relative; */
    /* background: linear-gradient(to left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%); */
    background: #fff;
    overflow: hidden;
    height: auto;
}

.forget_password {
    padding: 40px 36px;
    width: 400px;
    margin: 70px auto;
    background: white;
    border-radius: 5px;
}

.logoSlot {
    height: auto;
    padding: 0px 0px 0px 0px;
    background: content-box;
    margin-bottom: 0px;
}

    .logoSlot img {
        width:100%;
        margin: 0px auto;
        display: flex;
    }

.login_box_body {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    height: 267px;
    width: 325px;
    margin: auto;
}

.form-group.has-feedback input {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    font-size: 15px;
    border: 1px solid #35b3dc;
    padding: 0px 0px 0px 10px;
    box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 20%) !important;
    margin: 0px;
}

.form-group.has-feedback {
    margin-bottom: 10px !important;
}
:root {
    --purple-color: #8F3ACD;
    --sku-blue-color: #3FC3EE;
    --yellow-color: #F6CA23;
}

.login_txt {
    font-size: 22px;
    text-align: center;
    margin-bottom: 9px;
    margin-top: 0;
}

.login_btn {
    background: var(--purple-color);
    width: 100%;
    height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 30px;
    margin: 0px auto;
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
    border-style: none;
    text-align: center;
}

    .login_btn:hover {
        background: var(--sku-blue-color);
        color: #fff;
    }

    .login_btn i {
        font-size: 20px;
        margin: 4px 10px 0px 0px;
    }

.clearfix.log-other {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
}

.new-acc-link a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.admin-login {
    padding: 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    max-width: 380px;
    width: 100%;
}

.btnd {
    background: #d2d6de;
    padding: 8px 40px;
    border-radius: 50px;
    color: #fff;
    width: 32px;
    margin: 20px 0px 0px 25px;
}

    .btnd a {
        color: #333;
    }

.form-group.has-feedback.adminform label {
    font-size: 16px;
    margin-bottom: 10px;
}

    .form-group.has-feedback.adminform label span {
        color: red;
    }

.forget_password .login_btn {
    margin: 10px auto;
    display: initial;
}

p.center {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.form-item {
    /* display: flex; */
    width: 100%;
  /*  margin-bottom: 15px;*/
    position: relative;
}

span.add-on {
    font-size: 17px;
    color: #504d4d;
    /* background: #1bc486; */
    /* width: 65px; */
    /* height: 45px; */
    text-align: center;
    padding: 6px 0px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 16px;
    z-index: 1;
}

.welcomeSlot h3 {
    text-align: center;
    font-size: 33px;
    color: #fff;
    margin: 0px;
}

    .welcomeSlot h3 span {
        color: #fff;
    }



.loginBox {
    background: #fff;
    height: auto;
    padding: 0px;
    width: 100%;
    margin: 0px auto;
}

.welcomeSlot {
    background: #000;
    padding: 20px;
    width: 100%;
    border-radius:10px;
}

.Username {
    width: 100%;
    position: relative;
}

    .Username .form-control {
        background: #c4d7e3;
        width: 100%;
        height: 45px;
        border-radius: 30px;
        border: 1px solid #ccc;
        padding: 0px 35px 0px 38px;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.form-section p {
    margin: 28px 0 0;
    font-size: 15px;
    color: #d0d0d0;
    font-weight: 400;
}

p.textcenter {
    text-align: center;
    margin: 15px 0px 0px;
}

    p.textcenter a {
        color: var(--sku-blue-color);
        text-decoration: none;
    }

/*.auth-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: #fff;
    z-index: 0;
    height: 100vh;
}*/
.back-to-home {
    margin: 20px 0 0 20px;
}
    .back-to-home a {
        background: var(--sku-blue-color);
        color: white;
        padding: 1px 13px;
        display: inline-block;
        text-decoration: none;
        border-radius: 20px;
    }

.auth-bg {
    background: #2c2828;
    max-width: 1000px;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.loginIMgs {
    z-index: 9;
    position: relative;
    height: 100%;
    background: #272828;
    border-radius: 10px;
}

    .loginIMgs img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.forgetPwd .loginBox {
    margin:0px auto;
}


@media(max-width:767px) {
    .login-box {
        width: 90% !important;
        margin: auto;
        background: #ffffff;
        margin-top: 50px;
    }
    body.body-section.srkchin_login {
        background: #2c2828 !important;
    }
    .mobile-hidden {
        display: none;
    }

    .form-group.has-feedback.adminform label {
        color: #000;
    }

    .block-hint.pull-left.small {
        color: #000;
    }

    .loginBox {
        background: #fff;
        height: auto;
        padding: 0px;
        width: 100%;
 
    }

    .auth-bg {
        width: 100%;
        margin: 0px auto;
        border-radius: 0;
    }
    .back-to-home {
        position: relative;
        z-index: 9;
    }

    .logoSlot {
        padding: 0px 0px 0px 0px;
    }

        .logoSlot img {
            width: 50%;
        }
    /* .loginBox {
        background: #1bc486;
    }*/
    .login_txt {
        color: #000;
    }

    p.textcenter {
        color: #000;
    }

        p.textcenter a {
            color: #ff9045;
        }

    .admin-login {
        padding: 30px 22px;
    }

    .auth-bg:before {
        display: none;
    }

   
}
