body{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: normal;
}

.login{
	background: #eeeeee;
}

img{
	max-width: 100%;
}
.main_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
}
.login_section {
	min-width: 450px;
	align-items: center;
	text-align: center;
	background: #fff;
	border-top: 3px solid #1c72b6;
	border-radius: 5px;
	padding: 35px;
	width: 100%;
	max-width: 450px;
	box-shadow: 0px 30px 10px -25px rgba(0, 0, 0, 0.2);
}
.logo {
	display: block;
	margin-bottom: 40px;
}
.login .form-control {
	height: 54px;
	border-radius: 4px;
	border-color: #acacac;
	padding-left: 45px;
	font-size: 16px;
	background: url("../images/user_icon.png") no-repeat;
	background-position: 14px 16px;
}
.login .form-control.pass{
	background: url("../images/lock_icon.png") no-repeat;
	background-position: 14px 16px;
}
.login .form-group{
	margin-bottom: 0px;
}
.login .form-group + .form-group{
	margin-top: 20px;
}
input.sbmt_btn {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	background: #1c72b6;
	color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 5px;
	height: 54px;
	border-bottom: 3px solid #12558a;
	margin-top: 30px;
	margin-bottom: 10px;
}
.main_section.dashboard {
	align-items: flex-start;
	justify-content: flex-start;
}
.top_section {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
.dashboard .logo {
	margin: 18px 0px 0px 20px;
}
.right_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.welcome_text p {
	margin: 0px;
	font-size: 14px;
	color: #331e1e;
	font-weight: 600;
}
.welcome_text span {
	font-size: 18px;
	font-weight: 600;
	color: #331e1e;
	display: block;
}
.logout_btn a{
	background: #2678b9;
	padding: 26px 20px;
	margin-left: 30px;
	display: block;
	transition: 0.4s all ease;
}
.logout_btn a:hover{
	background: #000;
}
.bottom_area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px;
}
.copyright_text p{
	margin-bottom: 0px;
	color: #595660;
	font-size: 14px;
	font-weight: 400;
}
.center_section {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100%;
}
ul.main_menu {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.main_menu li{
	list-style-type: none;
}
ul.main_menu li + li{
	margin-left: 30px;
}
ul.main_menu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #469de2;
	color: #fff;
	width: 333px;
	height: 262px;
	border-radius: 4px;
	transition: 0.4s all ease;
}
ul.main_menu li a:hover {
	text-decoration: none;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
	transform: translateY(-5px);
}
ul.main_menu li a span {
	border: 2px solid #fff;
	padding: 20px;
	min-width: 99px;
	height: 99px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
ul.main_menu li a b {
	font-weight: 700;
	font-size: 23px;
}
.profile_section h2 {
	font-size: 24px;
	color: #000;
	margin: 0px 0px 15px;
	font-weight: 700;
	text-align: center;
}
.form_section {
	min-width: 450px;
	padding: 30px;
	border: 1px solid #dcdcdc;
}
.login.profile {
	background: transparent;
}
.login.profile .form-control{
	background: none;
	padding: 15px;
	font-size: 15px;
}
.login.profile label{
	color: #0d5e9e;
	font-size: 15px;
	font-weight: 400;
}
ul.top_nav {
	display: flex;
	padding: 0px;
	margin: 0px 0px 35px;
}
ul.top_nav li{
	list-style-type: none; 
	margin-right: 15px;
}
ul.top_nav li a {
	color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 10px;
}
ul.top_nav li a.active{
	color: #0d5e9e;
	border-bottom: 1px solid #0d5e9e;
}
.login.profile input.sbmt_btn{
	width: 50%;
}




















@media (max-width:1199px){





}

@media (max-width:991px){




}

@media (max-width:767px){
	.main_section{
		padding: 20px;
		justify-content: flex-start;
	}
	.login_section{
		max-width: 100%;
		min-width: 100%;
	}
	.main_section.dashboard{
		padding: 0px;
	}
	.top_section{
		flex-direction: column;
	}
	.logout_btn a img{
		min-width: 20px;
	}
	.dashboard .logo {
		margin: 14px auto;
		padding: 0px 70px;
	}
	.welcome_text {
		padding: 0px 0px 10px 10px;
	}
	.welcome_text span {
		font-size: 14px;
	}
	.welcome_text p {
		font-size: 12px;
	}
	.right_section{
		width: 100%;
	}
	.logout_btn a {
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.form_section{
		min-width: 100%;
	}
	.center_section{
		padding: 15px;
	}
	.profile_section {
		width: 100%;
	}
	.form_section {
		padding: 15px;
		width: 100%;
		min-width: 100%;
	}
	.login.profile .form-control {
		padding: 10px;
		height: 46px;
	}
	ul.main_menu{
		flex-direction: column;
	}
	ul.main_menu li + li{
		margin-left: 0px;
		margin-top: 15px;
	}







}

@media (max-width:465px){
	ul.main_menu li a{
		width: 100%;
	}
	ul.main_menu {
		flex-direction: column;
		width: 100%;
	}
	ul.main_menu li {
		list-style-type: none;
		width: 100%;
	}
	
}