/**
	Visit us: WebDevZoom.com
*/

body {

}
/* BACKGROUND */
.background, .backdrop {
	background-color: #3f689c;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size: cover;
}
/* CONTAINER */



/* CONTENT */
.login-form-content {
	background-color: #FFFFFF;
	padding: 25px 25px;
}
.login-form-content i{
    width: 30px;
    text-align: center;
	vertical-align: bottom;
}

/* HEADER */
.login-form-header {
	text-align: center;
}
.login-form-header img {
	border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 50px;
}
.login-form-header h3 {
	font-weight: lighter;
    font-size: 25px;
    margin: 10px 0;
}

/* FROM INPUT */

#show-password {
	float: right;
    vertical-align: bottom;
    text-align: center;
    margin-top: 7px;
	cursor: pointer;
}
.login-form .forgot-password {
	float: right;
}

.login-form .rememberme span {
	vertical-align: top;
}




/* RESPONSIVE */
@media screen and (max-height: 600px) {
	.login-form-container {
		margin-top: 0 !important;
		top: 10px !important;
	}
}
@media screen and (max-width: 400px) {
	.login-form-container {
		left: 5px;
		margin-left: 5px;
		min-width: 283px;
		right: 10px;
		margin-bottom: 10px;
		width: auto;
	}
	.login-form .input {
		width: 140px;
	}
}