.login_admin {
	background: url(../assets/images/bg-5.png);
	background: url(../assets/landing/images/why-choose-bg-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.authentication-form {
	border-radius: 8px;
	display: flex;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    max-width: 800px;    
    min-width: 750px;
    box-shadow: #244255 3px 4px 10px 0px;
}
.form-left img {
	height: 100%;
	width: auto;
}
.form-right {
	width: 100%;
	padding: 30px;
}
.btn-info {
	background: #244255;
}
.btn-info:hover {
	background: #0469a9;
}
h1 {
	text-align: left;
	font-weight: bold;
}

/* ======== header =========*/
body.admin #header {
	background: #244255;
}
body,
body #menu,
#menu #side-menu {
	background: #1e303c;
}
/*===== dashboard content*/
.top_stats_wrapper {
	border-radius: 8px;
	padding-top: 10px;
}
#wrapper {
	background: #eef0f6;
}
.text-info,
.label-primary, 
a {
	color: #244255;
}
.label-primary {
	border-color: #244255;	
}
.modal-header {
    background: linear-gradient(to right,#244255 0,#80b7da 37%,#80b7da 100%);
}
.checkbox-success input[type=checkbox]:checked+label::before, .checkbox-success input[type=radio]:checked+label::before {
    background-color: #0469a9;
    border-color: #0469a9;
}
.project_progress_slider_horizontal .ui-slider-handle {
	background-color: #0469a9;
}
#side-menu li .nav-second-level li.active a {
    background-color: #0469a9;
}
#side-menu li .nav-second-level li a {
	color: #0469a9;
}
#setup-menu-wrapper {
    background-color: #1e303c;
}
.fa.arrow:before {
    content: "\f105";
}
li a i.menu-icon {
    margin-right: 10px;
}
#side-menu li a {
    padding: 11px 16px 11px 16px;
}
.profile_image {
	padding-bottom: 20px;
	align-items: flex-end;
}
.profile_image img {
	width: 150px;
	height: auto;
	border-radius: 8px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
.profile_image input {
	border: 0;
}