
@font-face {
	font-family: Titillium;  
	src: url(./fonts/titilliumweb-regular.ttf);  
	font-weight: normal;  
}

body {
    background: #ffffff;
	font-family:Titillium!important;  
}


body.login div#login h1 a {
	background-image: url("../img/EasySite_FIXUP.jpg")!important;
	background-size: 280px 80px;
	width: 300px;
}

.language-switcher {
	display: none;
}

.login input[type=text], .login input[type=password] {
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    border-bottom: 1px solid #000!important;
    background-color: #fff;
    color: #2c3338;
    border: 0;
	
}

.wp-core-ui .button-primary {
    background: #00264c;
    border-color: #00264c;
}