body {
  font-size: 16px;
  color: #201d1d;
font-family: "Roboto",sans-serif !important;
background: url(https://secure.activecarrot.com/media/dynamic/static_images/1242/wl-site-background.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-color: #009ddc;
}




#footer_wrapper {background: none;}


#logo {

  background: none;
background-image: url(https://secure.activecarrot.com/media/dynamic/static_images/1242/WLC%20logo.png);
background-repeat: no-repeat;
background-position: center;
background-size: 140px;

position: relative;

margin: auto;
height: 200px;

}

.alpha60 {
    background: none;
    background-repeat: no-repeat;
}

#admin_wrapper {
  margin-top: 30px !important;
    display: block;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, .9);
     backdrop-filter: blur(5px);
    margin-top: -40px;
    width: 70%;
    height: 600px;
    padding: 0.50em;
    border: 1px solid #009ddc14;
    border-radius: 15px;
    box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.75) !important;
-moz-box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.75) !important;
}
@media screen and (max-width: 600px)  {
  #admin_wrapper {
    width: 90%;
  }
}

@media screen and (min-width: 1000px)  {
  #admin_wrapper {
    width: 50%;
  }
}
form {
    display: flex;
    flex-direction:column;
    justify-content: center;
    text-align: center;
    position: relative;
    right: 20px;
    top: 40px;
    padding: 20px;
}

form label {
    font-weight: bolder;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #009ddc !important;
    text-shadow: none;
    text-align: left;
    position: relative;
    left: 2px;
}


form .input p {
    display: flex;
    flex-direction:column;
    justify-content: center;
    font-weight: bold;
    display: block;
    margin-top: 0.15em;
    color: #3d3d3c;
    text-shadow: none;
}

form .input {
  outline: 0;
  background: white;
  width: 100% !important;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

form .input:focus {
  background-color: #FFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid #d8d8d8;
	-webkit-text-fill-color: black;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}


form .button {
    background: #00aaa3;
    border-radius: 0px;
    border-width: 0px;
    padding: 3px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.2em;
    height: 40px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}

form .button:hover{
    background: #00807b;
    cursor: pointer;
    }


.forgot_password p {
  margin-top: -10px;
  font-size: 1em;
}

.forgot_password p a:hover {
  text-decoration: underline;
}

.forgot_password p a {
    text-align: center;
    color:#4a4444;
    font-size: 0.8em;
    position: relative;
    top: 90px;
    display: flex;
    justify-content: center;
}

.login_custom_html {
  position: relative;
  bottom: 310px;
  left: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #009ddc;
}


.fail {
    background-color: #f70808b3;
    text-align: center;
    font-size: 1.2em;
    border: none;
    border-radius: 5px;
    color: #fafcff;
    height: 1vh;
    margin-bottom: 25px !important;
}

h2 {
  font-size: 21px !important;
  color: black !important;
}