html {
    font-family: 'Quicksand', sans-serif;
}

html::-webkit-scrollbar-track {
    background-color: #292b2c;
}

html::-webkit-scrollbar {
    width: 6px;
    background: #F25400;
}

html::-webkit-scrollbar-thumb {
    background: #F25400;
}

body {
    background-color: #F0F0F0;
    font-family: 'Quicksand', sans-serif;
}

.footer img {
    width: 15% !important;
}

.footer {
    position: relative;
    bottom: 0 !important;
    width: 100%;
}

.border-none {
    border: none;
}

.border-radius-8 {
    border-radius: 8% !important;
}

.border-radius-15 {
    border-radius: 15% !important;
}

.card-shadow {
    -webkit-box-shadow: 10px 17px 26px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 17px 26px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 17px 26px -12px rgba(0, 0, 0, 0.75);
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-image: url("http://localhost/administrativo/images/back.jpg");
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}

.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .imagemMenu {
        display: none;
    }
    .footer img {
        width: 6%;
    }
    .footer small {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }
    .register-form {
        margin-top: 10%;
    }
    .imagemMenu {
        display: none;
    }
    .footer img {
        width: 6%;
    }
    .footer small {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }
    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .login-form {
        margin-top: 20%;
    }
    .register-form {
        margin-top: 20%;
    }
    .footer img {
        width: 2%;
    }
}

.login-main-text {
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2 {
    font-weight: 300;
}

.btn-kepler {
    background-color: #F25400;
    color: #fff;
    width: 100%;
}

.btn-kepler:hover {
    background-color: #333;
    color: #fff;
    width: 100%;
}

.btn-secondary {
    color: #fff;
    width: 100%;
}

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

a,
.noLink :hover {
    color: #F25400;
    text-decoration: none !important;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #333;
    float: right !important;
    font-size: 0.7em;
}

.imagemMenu {
    border: #FFF 3px solid;
    border-radius: 50%;
    padding: 8px;
    max-width: 65px;
    height: 65px;
    text-align: center;
}

.imagemMenu2 {
    border: #FFF 3px solid;
    border-radius: 50%;
    padding: 0px;
    padding-left: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    max-width: 65px;
    height: 65px;
    text-align: right;
}