.image {
    background-image: url("../img/hrmmm.jpg");
    background-color: #cccccc;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}
#neti:focus {
    outline: none !important;

}
.bg-gradient-info {
    background: #b92b27;
    background: -webkit-linear-gradient(to right, #1565C0, #b92b27);
    background: linear-gradient(to right, #1565C0, #b92b27);

}
#neti{
    background: #EDF8DA !important;
    border: none !important;
    padding: 5px 5px !important;
    margin: 5px !important;
    outline: none;
}
.sidebar.toggled img{
    width: 100%;
}

@media (max-width: 575.98px) { 
    .employee-mimg{
        width: 100% !important;
    }
    .m-clock-control{
        display: flex;
        justify-content:space-between !important;
    }
 }


.login-page {
    padding: 50px 0;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #fff;
}

.login-button {
    background-color: #622c87;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.admin-login-wrapper {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
    .admin-login-wrapper {
        padding: 30px 20px;
    }
}
.admin-login-wrapper .form-control {
    background-color: #fafafa;
}


/* account-page css start */
.account-page {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    background-color: #622c87;
}
.account-page .thumb-area {
    width: calc(100% - 650px);
    background-size: cover;
}
.account-page .form-area {
    position: relative;
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 50px 50px 65px 50px;
}

.account-page .form-area .account-wrapper {
    width: 100%;
}
.account-page .form-area .form-area-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.account-page .form-area .form-area-bottom a {
    font-weight: 600;
}

.account-logo {
    max-width: 215px;
    max-height: 80px;
}

.acc-btn {
    padding: 12px 35px;
    background-color: #622c87;
    border-color: #622c87;
}
.acc-btn:focus,
.acc-btn:hover {
    color: #fff;
    background-color: #622c87;
    border-color: #622c87;
}

.site-color {
    color: #622c87;
}

.form-control {
    height: 50px;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    color: #000;
}

.form-control:focus {
    border-color: #622c87;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    color: #000;
}

.custom-icon-field {
    position: relative;
}

.custom-icon-field i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s;
}
.custom-icon-field .form-control {
    padding-right: 45px;
}
.custom-icon-field .form-control:focus ~ i {
    color: #622c87;
}
/* account-page css end */

@media (max-width: 1399px) {
    .account-page .thumb-area {
        width: calc(100% - 500px);
    }
    .account-page .form-area {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .account-page {
        position: relative;
        z-index: 1;
        padding: 50px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .account-page::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.65;
        z-index: -1;
    }
    .account-page .thumb-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .account-page .form-area {
        border-radius: 8px;
        padding: 40px;
    }
    .account-page .form-area .form-area-bottom {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .account-page {
        padding: 15px;
    }
    .account-page .form-area {
        padding: 20px;
    }
}