html {
    background-color1: #f0f3f4;
    position: relative;
    min-height: 100%;
}
body {
    background-color: transparent;
    color: #58666e;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;  
  /*height: 60px;*/
  height: 20px;
  background-color: #f5f5f5;
  padding-top:15px;
}
.login-form {
    background-image: url('../images/bg.jpg');
	 /*width: 380px;*/
    width: 420px;
    margin: 1% auto;
    padding: 20px;
	color:white;
}
.container-form {
  height:500px;
  position: center;
  /*border: 1px solid green;*/
  margin: 1% auto;
  padding: 20px;
  align-items: center;
  width: 480px;
}

