#login_wrapper input[type=text],
#login_wrapper input[type=password] {width: 100% !important;margin: auto;}

#login_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
#login_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
#login_wrapper999:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
#login_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.main_container {
  height: 100%;
  border-radius: 0;
  background: #FFF;
  padding-top: 40px;
  transform: none;
  box-sizing: border-box;
  top: 0;
  position: static;
  margin: 0 auto;
  min-height: 100vh;
  float: none;
  max-width: 50% !important;
  box-shadow: 0 15px 46px rgba(0, 0, 0, 0.2);
  min-width: 375px;
}

.main_container #login_logo {
  margin-bottom: 30px;
}

#login_wrapper input[type=text], #login_wrapper input[type=password]{
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.btn-login{
  background:  rgba(85, 81, 149, 1) !important;
  border-radius: 0;

}

.btn-forgot{
 color: #01a7e5 !important;
 text-align: left
}
.btn-forgot:hover{
  color: #01a7e5 !important;
}

.btn-social{
 /* width: 45px;
  padding: 0 !important;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 3px !important;*/
}

.log-gm p{
  color: #999;
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
}

.log-gm p:before{
  content: '';
  display: block;
  height: 1px;
  width: 35%;
  position: absolute;
  top: 10px;
  left: 0;
  border-bottom: 1px solid #CCC;
}


.log-gm p:after{
  content: '';
  display: block;
  height: 1px;
  width: 35%;
  position: absolute;
  top: 10px;
  right: 0;
  border-bottom: 1px solid #CCC;
}

#login_wrapper .dropdown-toggle{
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
}

#particles{
  background: #293950 !important;
}

.copyright{
  position: static;
  margin-top: 50px;
}

body{
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}

.container{
  padding: 0;
}

.login-actions {
 /* display: flex;
  flex-direction: row-reverse;*/
}
.caps-warning {
  display: none;
  position: absolute;
  bottom: 33px;
  right: 20px;
  color: #f4b400;
}
.login-actions .btn-link ,  .login-actions .btn-login{
  width: 100%;
}
 .login-actions .btn-login{
   border-radius: 5px;
   box-shadow: 0 3px 6px rgba(0,0,0,.16);
   max-width: 100%;
 }
 .login-actions .btn-login:focus{
  outline: 0 !important;
 }
 .login-actions .btn-login:active{
  color: #fff;
 }

.login-form-box-top{
  padding: 0 10px;
}

.learning-never-stop-section{
  text-align: center;
  max-width: 100%;
}

.login-with-links-wrapper{
    display: flex;
    justify-content: space-around;
}
.login-with-links-wrapper .login-with-social-btn {
  padding: 0;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  color: #707070;
  text-decoration: none;
}
.login-with-links-wrapper .login-with-social-btn label {
  cursor: pointer;
}
.login-with-links-wrapper .login-with-social-btn:hover label {
  text-decoration: underline;
}
.login-with-links-wrapper .login-with-social-btn i , .login-with-links-wrapper .login-with-social-btn img{
      font-size: 2.4em;
      background: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 3px 6px rgba(0,0,0, .25);
      color:#01a7e5;
}

 /*.btn-google {
      color: rgba(0, 0, 0, .54);
      background-color: #FFF;
      border-color: rgba(0,0,0,0.2);
  }
  .btn-google img{
      border: 9px solid #FFF !important;
      margin: 1px;
      border-radius: 2px;
      width: 41px !important;
  }
  .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google{
      background: #4285F4;
  }*/

#header{
  text-align: center;
  position: relative;
}
.btn-lang .btn{
  min-width: 130px;
}
@media screen and (min-width: 550px){
  #header .btn-lang{
    position: absolute;
    top: 10px;
    right: 0;
  }
}



#header.hp_env_header{
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
#header.hp_env_header .btn-lang{
  position: relative;
  top: auto;
  right: auto;
}

@media screen and (max-width: 550px){
   #header{
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   #header #login_logo img{
    max-width: 135px;
  }
  #header.hp_env_header{
    display: flex;
    justify-content: space-around;
    padding-top: 51px;
  }
  #header.hp_env_header .btn-lang{
    position: absolute;
    top: 0;
    right: 5%;
  }
  #header.hp_env_header .btn-lang .btn{
    margin-top: 0;
  }
}

.btn-lang button .fa-globe {
  font-size: 20px;
  position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-lang span.caret {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-lang .open>.dropdown-menu{
     right: 0;
    left: auto;     
    border-radius: 8px !important;
    top: calc(100% + 2px);
}


.btn-lang .btn-default.dropdown-toggle:active,
 .btn-lang .btn-default.dropdown-toggle:focus{
  background: #fff;
  box-shadow: none !important;
  color: #333;
  outline: unset
}
.learning-never-stop-img{
  max-width: 300px;
}

@media screen and (max-width: 550px){
  .learning-never-stop-img{
    max-width: 200px;
  }
}