
/*LOGIN*/
.login-container .m-b-md {
  background: #3095f8;
  color: #fff;
  padding: 30px 20px 20px;
  margin-bottom: 0 !important;
}
.login-container .m-b-md img {
  float: right;
  height: 30px;
  width: auto;
  margin-bottom: 15px;
  margin-right: 25px;
}
.login-container .m-b-md .font_size1 {
  clear: both;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px !important;
  margin-top: 20px;
  font-weight: 500;
}
.login-container .hpanel {
  border-bottom: 3px #3095f8 solid;
}
.login-container .hpanel .panel-body {
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.login-container .hpanel .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  height: 28px;
}
.login-container .hpanel .btn.btn_maincolor {
  background-color: #2d3d54 !important;
  border-color: #2d3d54 !important;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  margin-top: 25px;
  height: 40px;
}
