
body{
  background: url(../img/login_bg.jpg) no-repeat center center;
  background-size: cover;
}


.form-group {

  width: 100%;
  max-width: 330px;
  padding: 5px;
  margin:auto;
  margin-bottom: 3%;
  position: relative;

}

.form-group .form-control {position: relative;background-color: #1d242f !important;border: #FAC501;border-radius: 10px;height: auto;padding: 10px;font-size: 13px;-webkit-box-shadow: 0 0 0 1000px #c2d9ff inset !important;}
.form-control:focus{
  background-color: #1e242f !important;
  border: #FAC501!important;
}

.form-group .form-check .btn{
  background-color: #0e4eb8;
  color: white;
  font-family: sans-serif;
  font-weight: 600;
  margin-bottom: 5%;
  border-radius: 10px;
}

.form-group label{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight:500;
  color: #ffffff;
}
.input-group-text{
  background-color:#c2d9ff!important;
}

.login{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
a{
  color:#ffffff!important;
}
.login .login_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  margin-left:0px;
  align-items: center;

}
.login .login_left .login_left_top {
    display: flex;
    justify-content: center;
}

.login .login_left .login_left_top img{
    width: 250px;
}


.login .login_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


@media (max-width: 767.98px) {
  .login-image{
    width: 100%;
    max-width: 175px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  body {  
      width: inherit!important;
      height: inherit!important;
      overflow-y: scroll!important;
  }
  .login .login_left .login_left_top{
    -webkit-box-align: center!important;
    align-items: center!important;
    justify-content: center!important;
    margin: 0px 0px 25px 0px!important;
  }
}

