body {
	 overflow: hidden;
}

img.bg {

  min-height: 100%;
  min-width: 1024px;
	
  width: 100%;
  height: auto;
	
  position: fixed;
  top: 0;
  left: 0;
  
  opacity: 0.5;
}

#form-container {
	height:100vh;
	width:300px;
	margin:auto;
	background:white;
	text-align:center;
	padding-top:100px;
	opacity: 0.7;
}

#login-form {
	background-image:url("/img/loading-page/form-background.png");
	background-repeat: no-repeat;
    background-position: center; 
	height:300px;
	padding-top:50px;
	margin-bottom:100px;
}

#login-form form {
	text-align:center;

}

#login-form header {
	font-size:16px;
	padding-bottom:15px;
}

#form-top-icon {
	text-align:center;
}

#form-top-icon img {
	margin-top:50px;
	margin-bottom:-32px;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
	position:absolute;
    padding-left: 43px;
    padding-top: 10px;
    color: #9d9d9c;
    min-width: 30px;
    text-align: center;
}

.input-field {
    width: 230px;
    padding-left: 35px;
    padding-top:12px;
    padding-bottom:12px;
    border: 2px solid white;
    margin:auto;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.input-field input {
    padding-left:20px;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

.page-footer {
	font-size:11px;
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
}

/* Set a style for the submit button */
.btn {
    background-color: dodgerblue;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 230px;
    font-size: 18px;
    opacity: 0.8;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.btn:hover {
    opacity: 1;
}

.btn:hover .disable {
    opacity: .65;
}

fieldset {

	margin:auto;
}

@media screen and (max-width: 1024px) {
	body {
	 overflow: auto;
	}
	
	#form-container {
		padding-top:40px;
		height:580px !important;
	}

  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
