/*
Theme Name: MSDC>>London
Description: Used to style login.
*/

body.login { 
	background-attachment: fixed;
    background-color: #060A0E;
    background-position: center top;
    background-repeat: no-repeat;
	background-image:url('http://www.microsite.com/wp-content/themes/client/images/bg-login.jpg');
	}
	
#login h1 a {
    background-image: url("http://www.microsite.com/branding/login-logo.png");
}
	
.login form {	
background: url("http://www.microsite.com/wp-content/themes/client/images/bg-faq.png") repeat scroll 0 0 transparent !important;
    border: 1px solid #5C4F3D;
    color: #222222;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* For IE 8 */
    -ms-filter: none !important;
    /* For IE 5.5 - 7 */
    filter: none !important;	
	}
	
input.button-primary, button.button-primary, a.button-primary	
	
.login .button-primary, input.button-primary, button.button-primary, a.button-primary {
	padding: 7px;
	color:#222;
	text-shadow: 1px 1px 1px #ffffff;
	background-color: #f9d0a3;
	border: 1px solid #86674b;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 2px 2px 3px #a1a1a1;
	-webkit-box-shadow: 2px 2px 3px #a1a1a1;
	box-shadow: 2px 2px 3px #a1a1a1;
	filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#a1a1a1');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#a1a1a1')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#f9d0a3', endColorstr = '#cca47c');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#f9d0a3', endColorstr = '#cca47c')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #f9d0a3, #cca47c);
	background-image: -ms-linear-gradient(top, #f9d0a3, #cca47c);
	background-image: -o-linear-gradient(top, #f9d0a3, #cca47c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9d0a3), to(#cca47c));
	background-image: -webkit-linear-gradient(top, #f9d0a3, #cca47c);
	background-image: linear-gradient(top, #f9d0a3, #cca47c);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	background: #f9d0a3\9;
	}	
	
.login .button-primary:hover {	
	color:#fff;
	text-shadow: none;
	background-color:#86674b;
	background-image:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	filter: none;
	-ms-filter: none;
	}
	
.login #nav a, .login #backtoblog a {color: #612915 !important;}	

/* =Responsive Structure
----------------------------------------------- */

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (max-width: 1100px) { 


	

	
}

@media (max-width: 800px) {

body.login { 
    background-color: #060A0E;
	background: url("http://www.microsite.com/wp-content/themes/client/images/bg-faq.png") repeat scroll 0 0 transparent !important;
	}

		


}
@media (max-width: 650px) {





}
@media (max-width: 450px) {


}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	
	
	

}