/*#body {
    background-color: #e6e6e6 !important;
    color: #383737 !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#header {*/
/*#b8b8bc */
/*background-color: #519771 !important;*/
/*  background-color: #948da4 !important;*/
/*color: #fff !important;
}

#sidebar {
    background-color: whitesmoke !important;
}*/

/*#footer a {
        color: green !important;
        font-size: 18px;
    }

        #footer a:hover {
            color: #caa03a !important;
        }*/

/*#notificationdropdown {
    background-color: #083424 !important;
}

    #notificationdropdown i:hover {
        color: #caa03a !important;
    }

#avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #242020;
    padding: 10px;
    text-align: center;
}

#collapsebtn {
    color: #fff !important;
}

    #collapsebtn:hover {
        color: #caa03a !important;
    }

#searchbtn:hover {
    color: #222121 !important;
}

#content {
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    background-color: rgb(239, 240, 239);
    margin-bottom: 80px;
}*/

#login {
    text-align: center;
}

#logintitle {
    bottom: 2px !important;
    color: #ffffff !important;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
}

#loginbody {
    color: #ffffff !important;
    font-size: 16px;
    margin-top: 20px;
}

#loginpagelabel {
    color: #ffffff !important;
    font-size: 16px;
}

#loginpageurl {
    color: #04acec !important;
}

    #loginpageurl:hover {
        color: #8cc43c !important;
    }

#pagewrapper {
    margin-left: 280px !important;
}


/*body {
    background-color: #f8f9fa;
    color: #333;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1rem;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}*/

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}

.loginboxx {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 1.875rem auto;
    max-width: 700px;
    min-height: 500px;
    width: 100%;
    padding: 50px
}


/*.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}*/
