.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

body { display: block;
    background: rgba(255,255,255,0)!important;
    background-image: url('/public/assets/img/bg.jpg')!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 1055px;
    position: relative;
    }

p { color: #fff; margin-bottom: 0px; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:grey!important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #15262e;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    border: 1px solid #15262e;
}

.btn-primary{ background-color: background-color:rgba(252,163,187,1); border-color: background-color:rgba(252,163,187,1);; border-radius:0px; }
.btn-primary.btn-floating, a.btn-primary.btn-floating, a:visited.btn-primary a:link.btn-primary.btn-floating {
    box-shadow: 0 5px 10px background-color:rgba(252,163,187,0.7)!important;
}
.btn-primary.btn-floating:active, .btn-primary.btn-floating:hover, a.btn-primary.btn-floating:active, a.btn-primary.btn-floating:hover, a:visited.btn-primary a:link.btn-primary.btn-floating:active, a:visited.btn-primary a:link.btn-primary.btn-floating:hover {
    box-shadow: 0 5px 10px background-color:rgba(188, 114, 134, 0.7)!important;
    background-color: rgba(200, 125, 145, 1)!important;
    border-color: rgba(200, 125, 145, 1)!important;
}
.btn-primary:focus, a.btn-primary:focus, a:visited.btn-primary a:link.btn-primary:focus {
    box-shadow: 0 5px 10px background-color:rgba(188, 114, 134, 0.7)!important;
    background-color: rgba(200, 125, 145, 1)!important;
    border-color: rgba(200, 125, 145, 1)!important;
}

a:link, a:visited {
    color: #rgba(200, 125, 145, 1);
}

body .header-wrapper .header-top {
    background: #000000;
}

.site-logo .logo {
 margin-top: -10px;
}
.site-logo .logo img  {
	width: 110px;
}

#message-wrapper .center-content .chat-contents .chat-content-wrap .chat-wrap-inner .chats .chat.chat-right .chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0;
    clear: both;
    background: #375891;
    background: linear-gradient(135deg, #375891 1%, #6376ca 100%);
    border-radius: 10px 2px 2px 10px;
    max-width: 60%;
}


#message-wrapper .aside-left .list-group .list-group-item.active {
    border: none;
    border-left: solid 3px #375891!important;
    background-color: #f7faff;
    border-radius: 0;
}

.btn-primary:hover, a.btn-primary:hover, a:visited.btn-primary a:link.btn-primary:hover {
    background-color: #375891!important;
    border: 1px solid #375891!important;
    box-shadow: 0 5px 10px rgba(93, 110, 191, 0.4)!important;
    color: #fff;
}

body .header-wrapper .header-bottom .main-menu ul.nav.metismenu li a:hover, body .header-wrapper .header-bottom .main-menu ul.nav.metismenu li ul li a.active, body .header-wrapper .header-bottom .main-menu ul.nav.metismenu li ul li a:hover, body .header-wrapper .header-bottom .main-menu ul.nav.metismenu>li a:hover, body .header-wrapper .header-bottom .main-menu ul.nav.metismenu>li.active>a, body .header-wrapper .header-bottom .main-menu>ul>li>a.active i, body .header-wrapper .header-bottom .main-menu>ul>li>a:hover i {
    color: #375891!important;
}



@media (max-width: 992px){
	.site-logo .logo  {
		margin-top: -40px;
	}x
	.site-logo .logo img  {
		width: 80px;
	}
}