html, body {
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

body
{
    background: #949798;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

form {
  background: white;
  width: 28%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
  height:60%;
  
}
form header {
  background: #efeaea;
  position:relative;
  padding: 25px 5px;
  color: #dd1111;
  text-align:center;
  vertical-align:bottom;
  font-size: 17px;
  font-family:Arial Sans-Serif;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height:5%;
  padding-left:0%;
  padding-top:5%;
}

form label 
{ 
  font-weight:bold;
  margin-left: 20px;
  font-size:inline;
  text-align:left;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 5px;
  position: relative;
}
form label span {
  color: #FF3838;
  font-size: 2em;
  position: absolute;
  left: 2.3em;
  top: -10px;
}
.inputs {
    width: 45%;
    height:40%;
    padding: 15px 25px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
 
}
form .help {
  margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}
.loginbutton
{
    display:inline-block;
    width: 75px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    border: 1px solid #275ea1;
    border-radius: 4px;
    background: #49c9f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#49c9f4), to(#49c9f4));
    background: -moz-linear-gradient(top, #49c9f4, #49c9f4);
    background: linear-gradient(to bottom, #49c9f4, #49c9f4);
    background: transparent  no-repeat 25px center;
    font: normal normal normal 15px trebuchet ms;
    color: #256fa8;
    text-decoration: none;
    text-transform: uppercase;
    background-size: 25px 25px;
    
}


form button:hover {
  background: #ff5252;
}
.footer
{
   position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FF5B5B;
    color: white;
    font-size: small;
    text-align: center;
}
.link
{
   
    font-size:small;
    padding:28%;
  
   
}

.
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
        display:block;
        float:right;
        right:auto;
        padding:30%;
        
    }
}