body {
 font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  background-color: #E3EAEF;
  position: relative;
  height: 100vh;
}
.login-wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.login-wrap .icon {
  width: 80px;
  height: 80px;
  background: #1089ff;
  border-radius: 50%;
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.login-wrap .icon span {
  color: #fff;
}
.login-wrap h3 {
  font-weight: 400;
color: #393939;
font-size: 20px;
}
.form-group {
  margin-bottom: 1rem;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.btn.btn-primary {
  background: #1089ff !important;
  border: 1px solid #1089ff !important;
  color: #fff !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
checkbox-primary {
  color: #1089ff;
}
.checkbox-wrap {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-group input {
  padding: 8px 0.75rem !important;
}
.form-control {
  font-size: 13px !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.login-wrap h3 {
  font-weight: 400;
  color: #393939;
  font-size: 20px;
}

.login_main 
{
	position: relative;
top: 110px;
}
.header_top_bar1 {
 background:#095b68fa;
  color: #FFF;
  padding: 8px 0px;
}
.company_text
{
	font-size:18px;
}
.footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
  clear: both;
}
.footer {
  padding: 10px 0;
  background-color: #095b68fa;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
.bottom_section
{
  position: relative;
  margin-top: -128px;
  height: 128px;
  clear: both;
  border-top:1px solid #ccc;
}
.cpyright-txt {
  text-align: center;
  font-size: 12px;
}
.cpyright-txt li {
  display: inline-block;
}
.footer ul a {
  display: inline-block;
  margin: 5px 0;
  color: #fff;
}
#main {
  padding-bottom: 80px;
}
#wrap {
  min-height: 100%;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0rem;
  list-style-type:none;
  padding:0px;
}
.login_btn 
{
	background: #6c59bb !important;
border: 1px solid #6c59bb !important;
color:#FFF;
cursor:pointer;
}
.applicationform_panel {  
  -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: #6a7f00;
  color: #fff;
  padding: 4px 25px;
  color: #fff;
  border-radius: 27px;
  left: 12px;
  font-size: 13px;
  font-weight: bold;
  width: 170px;
  text-align: center;
}
.student_info_section 
{
	width:100%;
}
.student_info_section li
{
	display:inline-block;
	padding-right:20px;
	font-size:18px;
}