*{
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}

hlml{
  height: 100%;
  width: 100%;
}

body{
  height: 100%;
  width: 100%;
  background: #262d37;
}

input:-webkit-autofill {
/*-webkit-box-shadow: 0 0 0 1000px #262d37 inset !important;*/
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 600s ease-in-out 0s;
  -webkit-text-fill-color: #00f5b3 !important;
}

.wrap{
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #262d37 url(../../images/bg-login.jpg) no-repeat center center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login{
  box-shadow: none;
}

.login:first-of-type{
  width: 560px;
  height: 250px;
  padding: 0;
  left: 50%;
  margin-top: 6%;
}

.login form > img{
  float: right;
  margin-bottom: 20px;
}

.login form{
  background: transparent;
}

input[type="text"], input[type="password"]{
  padding: 10px 0;
  margin:0;
  border: none;
  box-shadow: none;
  color: #181e29;
  background: transparent;
  border-bottom: 1px solid #00f5b3;
  color: #00f5b3;
  font-size: 16px;
}

button, button.red, button:focus {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
}

.login label{
  color: transparent;
}

#rx{
  margin-top: 0px !important;
}

#rx form{
  padding-top: 0px
}

#rx p{
  text-align: left;
  font-size: 16px;
  color: #00f5b3;
}

.flags{
  top: 20px !important;
  right: 20px !important;
}

.flags a{
  color: #00f5b3;
  margin-left: 20px;
  text-decoration: none;
  font-size: 16px;
}

.flags a:hover{
  color: #fff;
}

div.error{
  background: transparent;
  color: #00f5b3;
}


.login-browser-info{
  color: #fff;
}

.login-browser-info a{
  color: #00f5b3;
  text-decoration: none;
}
