
body{
  background: url(../img/alltogether-login.png) 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:#F5E591!important;
border: #FAC501;
border-radius: 10px;
height: auto;
padding: 10px;
font-size: 13px;
-webkit-box-shadow: 0 0 0 1000px #F5E591 inset !important;
}
.form-control:focus{
  background-color:#F5E591!important;
border: #FAC501!important;
}

.form-group .form-check .btn{
  background-color: #ffa600;
  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;
}
.input-group-text{
  background-color:#F5E591!important;
}

.login{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.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;
    -webkit-box-align: center;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin:0px 0px 25px 80px;
}

.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 {
      background-color: #fafafa!important;
      background-image: inherit!important;
      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;
  }
}

