.login-page {	
	background: url(../img/background.jpg);	
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;
  	background-size: cover;
}
.login-form {	
	padding: 100px 0 405px 0;
	position:relative;
	z-index:100 !important;
}
.fix-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff36;
    color: black;
    text-align: center;
    padding: 10px;
}
.input-group {
    display: block;
}
.custom-form {
	margin-bottom: 20px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
}
.btn-radius {
	border-radius: 30px;
}
.btn-center {
	margin: 0;
  	position: relative;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -0%);
  	transform: translate(-50%, -0%);
  	padding: 10px 50px;
    text-transform: uppercase;
}
.footer-form {
	background: #ddd;
	padding: 10px;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	border-top: 1px dashed #ccc;
}