.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control {
    color: #91899f;
    background: #ffffff;
}

.m-brand__logo-wrapper img {
    max-width: 120px;
}

.m-page--wide .m-header, .m-page--fluid .m-header-admin {
    background-color: #3f4047 !important;
}



@media screen and (max-width:1024px) {
    .m-brand__logo-wrapper img {
        max-width: 100px;
    }
}


@media screen and (min-width:1025px) {
    .m-dropdown.m-dropdown--medium .m-dropdown__wrapper {
        width: 360px;
    }
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #ffffff;
}


/* Dashboard */
.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 24%;
    display: inline-table;
    margin-right: 1rem;
}
.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__subtitle {
	font-size:1.3rem;
}


.m-widget17 .cp-dashboard-box {
    display: table-cell;
} 
.m-widget17 .cp-dashboard-stat h1{
    color: #6f727d;
}

@media screen and (max-width:468px) {
	.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item {
	    width: 100%;
	}
}
@media screen and (max-width:1024px) {
	.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item {
	    width: 100%;
	}
}
.m-widget17 .m-widget17__stats {
    width: 100%;
}
.m-widget17 .m-widget17__stats .m-widget17__items {
    padding: 0;
}
.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__icon > i {
    font-size: 3rem;
}


@media only screen and (max-width: 767px)
{
    #m_login {
        background-position: -10000px;
        background-color: #f5f3f4;

    }

}

.progress.m-progress--lg {
    height: 50px;
}

.bg-success, .bg-warning, .bg-danger, .bg-primary, .bg-secondry, .bg-info{
    -webkit-print-color-adjust: exact !important;
}

.progress {
    background-color: #ffffff;    
}

@media only print {

    .btn, .m-footer {
        display: none;
    }
    .m-header {
        position: unset !important;
    }
}

