
    .footer {
      position: absolute;
      text-align: center;
      bottom: 10px;
      left: 10px;
      color: whitesmoke;
      font-weight: lighter;
      font-size: 1em;
    }
    
    p 
    {
    color: hsl(0,71%,68%);
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    margin: 10px
    }
    
    body{
        background-size: cover;
        font-family:Tahoma, Geneva, sans-serif;
        margin: 0px;
    }
    
    
    .login_frame{
        float: left;
        width: 100%;
        background: hsla(0,0%,20%,0.5);
    }
    
    .login_fields{
        float: right;
        padding: 0px 15px;
    }
    
    .error{
        background: hsla(0,0%,0%,0.6);
        width: 100%;
        text-align: center;
        position: absolute;
        top: 20%;
    }

    .button{
        width: 80px;
        height: 30px;
        background: linear-gradient(hsl(120,50%,29%),hsl(120,53%, 61%));
        font-size: 17px;
        color: white;
        font-weight: bold;
        border: 1px solid white;
        margin: 10px 5px;
    }
    
    .field{
        font-size: 17px;
        margin: 10px 5px;
        height: 30px;
        text-align: center;
        background-color:#F2F2F2 ;
        opacity: 1;
        width: 230px;
        border: 1px solid white;
    }
    
    .login {
        height: 35px;
        width:  55px;
        margin: 10px 5px;
        border: 1px solid gray;
        color: white;
        font-size: 1.1em;
        background: linear-gradient(hsl(120,50%,29%),hsl(120,53%, 61%));
    }
