@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* General Demo Style */
.container{
	position: relative;
}
.container2{
	border: 1px solid white;
	background-color: white; 
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.clr{
	clear: both;
}
#loginform, #lostpasswordform, #registerform{
	/* border-radius: 7px; */
	border: 1px solid white;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#login_error, .message{
	border-radius: 7px;
}
.language-switcher label .dashicons{
	color: white;
}