
*{
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    padding:0;
    margin:0;
    border:0;
}

html,body{
    font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
    text-align: center;
    min-height:100%;
    background-image:url("../files/img/background.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: #464646;
}
a,a:link,a:visited{
    color:#80DF00;
    text-decoration:none;
}
a:active,a:hover,a:focus{
    color:#808080;
    text-decoration:underline;
}

footer{
 width: 100%;
 display: flex;
 position: fixed;
 bottom: 0px;
}

footer article{
    height: 13px;
    width: 33.33%
}


input[type="text"],input[type="password"]{
    font-size:12px;
    padding:0.85em;   
    color:black;
    border-radius:4px;
    height: 36px;
}
input::placeholder{
    color: black;
}
input::-webkit-input-placeholder { /* Edge */
   color: black;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black;
}
input.button{
    background-color:#008dd1;
    color: white;
    height: 36px;
    width: 100%;   
    border-radius: 4px;
}
#recoverpwd{
    margin-bottom: 0.8em;
    font-size: 12px;
    margin-right: 5px;
    float: right;
    display: inline-table;
    color: #202124;
    text-decoration: underline;
}

#login_error{
    margin-top: 1.8em;
    font-size: 12px;
    margin-left: 5px;
    float: left;
    display: inline-table;
    color: #ff0000;
}


input.text{
    width: 100%;
    margin-bottom: 10px;
}

#form{
  padding: 5px 5px;
  margin-top: 14px;
}
#content-area{
    display: inline-flex;
    margin-top: 24.6vh;
    font-family: Calibri;

}
#welcome-area{
    display: inline-table;
    width: 370px;
    height:310px;
    background-color: rgb(0,141,209,0.55);
    z-index: 10;
}
#wlm-message{
    color: white;
    font-size: 18px;
    height: 75%;
    padding-top: 15px;
}
#wlm-footer{
    height: 50px;
    width: 100%;
    bottom: 0%;
    position: relative;
    border-width: 1px;
    border-color: rgb(251, 196, 2);
    border-top-style: solid;
    color: white;
    padding: 4px 8px 8px 8px;
    font-size: 0.84em;
    text-align:left;
}

#wlm-logo{
    width: 85%;
}

#login-area{   
    padding-top: 25px;
    text-align: center;
    display: flow-root;
    height: inherit;
    background-color: rgb(203,226,237,0.88);
    max-width: 220px;
    z-index: 20;
}
#login-area-logo{
     width: 85%;
}

#wlm-text{
    margin-top: 10%;
    font-size: 1.5em;
    font-weight: 200;
}


#login{
    text-align: center;
    display: flow-root;
    height: inherit;
    width: 100%;
}

#container-background{
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    position: fixed;
}




/*Mobile Screens*/

@media (max-width: 640px) {
  
  body{
    background-image:initial;
    background-color: white;
    height: initial;
  }
  #welcome-area{
    display: none;    
  }

  #login-area{   
    max-width: 320px;
    z-index: 20;
    margin: 12px;

  }
  #container-background{
    background-color: black;
    opacity: 0.34;
    position: fixed;
    background:url("../files/img/background.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

footer{
    z-index: 20;
}

}