@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	 font-family: "Poppins", sans-serif;
	  margin: 0;
	  padding: 0;
	  font-size: 16px;
}

.header{
	padding: 20px 0;
}
.header_navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_navigation .logo img{max-width: 228px;}
.header_navigation .header_menu{
	margin:0;
	padding: 0;
	list-style: none;
	display: flex;
}
.header_navigation .header_menu li{
	margin: 0 20px;
}
.header_navigation .header_menu li a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.header_navigation .header_menu li a:hover{
	color: #2c83ac;
}
.title_section{
	background: #2982ac;
	padding: 40px 0;
}
.title_section .title{
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
}
.form_section{
	padding: 60px 0;
	min-height:680px;
}
.footer{
	padding: 20px 0;
	background: #000000;
	text-align: center;
	font-size: 14px;
    font-weight: 400;
    color: #979797;
}
.form_section .card{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F0F0F0;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.form_section .card .card-body{
	padding: 40px;
}
.form-control{
	height: auto;
    padding: 12px 20px;
}
.btn-primary{
	background: #2982ac;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
}
.sidebar {
  min-height: 100vh;
  background-color: #343a40;
}
.sidebar a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}
.sidebar a:hover {
  background-color: #2982ac;
}
.sidebar .active {
  background-color: #2982ac;
}
.btn_group{
    text-align:right;
}
.btn_group .btn-primary{
    padding: 5px 20px;
    font-size: 15px;
}
.image_user{
    margin-bottom:30px;
}
.image_user img{
    width:100%;
    height:auto;
}