body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: 'Open Sans', sans-serif;
  font-weight:400px;
}
#login-box {
 
  width:100%;
}
a:hover
{
	text-decoration:none;
}
ul,li
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
 .header_top
 {
	 background:#f5f4f4;
	 font-size:22px;
	 padding:5px 0px;
 }
 .btn_menu_section
 {
	 text-align:center;
 }

.btn_menu_section a {
  background: #5facfd;
  color: #fff !important;
  display: inline-block;
  margin: 10px 10px;
  padding: 6px 4px;
  width:200px;
}
.footer_menu_new {
  position: absolute;
  bottom: 10px;
  color: #000;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.footer_menu_new a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}