body {
    font-family: Open Sans,sans-serif;
    background: url(https://pharmacy.cellflare.com/Assets/images/logins/cf_clients_bg.jpg);
    background-size: cover;
}

#container {
    background: #ffffff;
    text-align: center;
    padding: 20px 40px;
    border-radius: 4px;
    border: none;
    margin: 0 auto;
    max-width: 410px;
    margin-top: 8%;
}

#container img {
	margin-bottom: 30px;
}

#container h5 {
	font-family: Lato, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	color: #a6a6a6;
	margin: 0;
}

#container #loginForm {

	margin-top: 24px; 
}

#container #loginForm input[type="password"], #container #loginForm input[type="username"] {
	width: 98%;
	display: block;
	font-size: 22px;
	background: #f0f0f0;
	border: none;
	padding: 10px;
	border-radius: 4px;
	font-family: Lato, sans-serif;
	font-weight: 400;
	color: #a6a6a6;
	margin-bottom: 36px;
	
}

#container #loginForm input[type="submit"],#container #loginForm input[type="button"]  {
	background: #14b8b0;
	color: #ffffff;
	font-family: Lato, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-appearance: none;
	border: none;
	font-size: 21px;
	width: 75%;
	padding: 10px;
	border-radius: 4px;
}

#container #loginForm input[type="submit"]:hover,,#container #loginForm input[type="button"]:hover {
	box-shadow: inset 0 6px 0 #b6191b;
	-webkit-box-shadow: inset 0 6px 0 #b6191b;
	-moz-box-shadow: inset 0 6px 0 #b6191b;
	padding: 22px 80px 19px;
	background: #d61e21;
}


a {
	color: #eb2123;
	transition: 0.25s ease-in-out;
	font-size: 16px;
}

a:hover {
	color: #b6191b;
}

.hidden { 

    display:none;
}

/* Landscape Tablet Styles */

@media only screen and (min-width:960px) and (max-width:1024px){

}
/* Portrait Tablet Styles */

@media only screen and (min-width:768px) and (max-width:959px){

}


/* LANDSCAPE PHONE STYLES */ 

@media only screen and (max-width:767px){



}



/* PORTRAIT PHONE STYLES */ 

@media only screen and (max-width:479px){



}


/* SMALL PHONE */

@media only screen and (max-width:319px){



}


@media only screen and (min-width:480px) and (max-width:767px){

}