

:root {
    --background-color: #48b67c;
    --section-background-color: #371400;
    --heading-color: #48b67c;
    --text-color: #000;
}

.adminform  label{
    color: black !important;
}

.body-section {
    /* background-color: #111111 !important; */
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), 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;
    }*/

.login-box {
    width: 500px;
    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;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:10px;
}

.forget_password {
    padding: 40px 36px;
    width: 25%;
    margin: 70px auto;
    background:#fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
    .forget_password p{
        color:black;
    }

    .logoSlot {
        height: auto;
        padding: 3px 0px 3px 0px;
        background: #000;
        margin-bottom: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .logoSlot img {
        width: 30%;
        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;
    box-sizing:border-box;
}

.form-group.has-feedback {
    margin-bottom: 15px !important;
}

.login_txt {
    font-size: 22px;
    text-align: center;
    margin-bottom: 14px;
    color: #000;
    margin-top: 8px;
}

.login_btn {
    background: #b78011;
    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: #333;
        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: #1000ff;
    font-size: 15px;
    text-decoration: none;
}


.admin-login {
    padding: 30px 45px;
    /*background-color:var(--background-color);*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color:white;
}

.btnd {
    background: #d2d6de;
    padding: 8px 18px;
  
    border-radius: 50px;
    color: #fff;
    text-align:center;
    width: 122px;
    margin: 0px 0px 0px 25px;
    display:inline-block;
}

    .btnd a {
        color: #333;
        text-decoration: none;
    }

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

.small {
    color: black;
}

.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;
    }

.login_form {
    padding: 10px 10px 0px 10px;
}
.log-other{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.loginBox {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: auto;
    padding: 20px 20px 20px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 12%);
    width: 32%;
    border-radius: 10px;
    background: #fff;
}

.welcomeSlot {
    padding: 20px;
    width: 100%;
    background:black;
}

.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;
    color:black;
    margin: 15px 0px 0px;
}

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

@media(max-width:767px) {
    .login-box {
        width: 97% !important;
        margin: auto;
      /*  background: #1bc486;*/
        margin-top: 50px;
    }
    #input-email {
        width: 96%;
    }
    .login_form {
        padding: 19px 0px;
    }
    .forget_password {
        width: 89%;
        padding: 13px;
    }


    /*.block-hint.pull-left.small {
        color: #fff;
    }*/

    .welcomeSlot {
        display: none;
    }

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

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

    /*p.textcenter {
        color: #000;
    }*/

        p.textcenter a {
            color: #ff9045;
        }

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