.acp-logo{
	width: 110px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 12px 1px #E1BA4A;
}

.acp-login-main-box{
	background-color: #282425;
    box-shadow: 0px 0px 30px 1px black;
}

.acp-login-main-header{
	background-color: #282425;
}

.loaderbg
{
  	background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999; 
}
.loaderbg img
{
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.btn-group.float-md-right {
    float: right;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .btn-group.float-md-right {
        float: right;
        margin-bottom: 20px;
    }

    .btn-group.float-md-right button.btn.btn-icon.btn-primary.mr-1 {
        float: right;
        margin: 0px !important;
    }

    a.navbar-brand {
        height: 56px;
        overflow: hidden;
        width: 70px;
        padding: 0px !important;
    }

    img.brand-logo.img-header-dashboard {
        height: 100%;
        width: 100%;
        margin: 0px;
        box-shadow: none;
    }
    .card_view{
        width: 100% !important;
    }
body.vertical-layout.vertical-menu-modern.menu-expanded .content
{
    margin-left: 0px !important;
}
}


