body {
	margin: 0;
	padding: 0;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400px;
}
.bacgbg
{
	background:#f0f4f7;
}
a
{
	text-decoration:none;
}
ul,li
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.top_menu ul
{
	list-style-type:none;
}
.top_menu ul li
{
	display:inline-block;
}
.top_menu li a
{
	font-size:14px;
	padding:0px 8px;
	display:block;
	color: #000;
}
.top_menu li a:hover
{
	color: #6E6C6C;
}
.top_menu 
{
	padding-top: 6px;
}
.header_top_bar
{
	background:#16a9d4;
	padding:8px 0px;
	color:#fff;
}
.header_top_bar a
{
	
	color:#fff;
}
.logo img
{
	border-radius: 10%;
	margin-right:10px;
}
.logo 
{
	font-size:20px;
	font-weight:600;
}
.company_text
{
	font-size:20px;
	font-weight:600;
	padding-top: 0px;
	text-align:center;
}
.login-area {
  border: 1px solid #d1d4e6;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
}
.login_section {
  font-size: 14px;
  background: #fff;
  padding: 15px 45px;
  border-radius: 6px;
}
.section-title {
  text-align: center;
  color: #000;
  padding: 8px 0px;
  font-weight: 500;
  font-size: 18px;
}
.login_section_right h2::after, .login_section h2::after, .login_section_left h2::after {
  content: "";
  display: block;
  padding-top: 4px;
  width: 58px;
  border-radius: 4px;
  background-color: #076bcf;
  margin: 0px auto;
  margin-top: 8px;
}
.btn-primary {
  color: #fff;
  background-color: #02ab15;
  border-color: #02ab15;
}
.custom_login {
  padding: 8px 40px;
  display: block;
  width: 100%;
}
.data_capt img
{
	-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
width:100%;
height:auto;
}
footer
{
	color:#000;
}
.footer {
  font-size: 14px;
  padding: 10px 0;
}
.footer ul a {
  display: inline-block;
  margin: 5px 0;
  color: #000;
}
.cpyright-txt p
{
	margin:0px;
	padding-top:5px;
}
#wrap {
  min-height: 100%;
}
#main {
  overflow: auto;
  padding-bottom: 80px;
}
.footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
  clear: both;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.applicationform_panel {
  text-align: center;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
  padding: 10px;
  margin: 0px 0px 40px 0px;
    margin-top: 0px;
  position: relative;
  border-radius: 6px;
  background: #fff;
}
.box_heading_section {
  position: relative;
  margin: 25px;
  margin-bottom: 25px;
  margin-bottom: 25px;
  border: 1px solid #e1e8c1;
  padding-top: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.box_heading_text {
  position: absolute;
  top: -14px;
  background: #185e67;
  color: #fff;
  padding: 4px 25px;
  color: #fff;
  border-radius: 27px;
  left: 12px;
  font-size: 13px;
  font-weight: bold;
  width: 170px;
  text-align: center;
}
.applicationform_panel label {
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding-top:9px;
}
.form-control {
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
   font-size:13px;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto;
    background-clip: border-box;
  background-size: auto;
  background-clip: border-box;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #939393;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  font-size:13px;
}
.user_text
{
	padding-top: 10px;
}
.applicationform_panel  th, .applicationform_panel  td
{
	font-size:12px;
}
.user_text .dropdown-item {
  border-bottom: 1px solid #ccc;
  padding: 6px 5px;
   font-size:12px;
}
.user_text .dropdown-menu {
  top: 13px !important;
}
.user_text a {
  color: #000 !important;
 
}
.terms_section
{
	display:block;
	padding:15px 20px;
	background:#e3e3e3;
	font-size:16px;
	text-align:center;
	border-radius:6px;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .0rem rgba(60,153,110,.5);
}
.col-form-label {
  padding: 0px;
    padding-bottom: 0px;
  font-size: 13px;
  width: 100%;
  padding-bottom: 12px;
  display: block;
}

.st_select_option li {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 8px;
  background: #e7e6e6;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 8px;
  font-size:13px;
}
.st_select_option2 li {
  background: #fff;
}
.st_select_option li:hover {
  background: #39dbe6;
}