.frm-login {	
    margin-top: 50px;
    width: 40%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.58);
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.58);
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: gray;
  }