@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700');

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

html { width: 100%; height:100%; overflow:hidden; }

body { 
	width: 100%;
	height:100%;
	font-family: 'Roboto Condensed', sans-serif !important;
	background: linear-gradient(to right, #00919d 0%,#9374fc 100%);
}

#nav a, .login #backtoblog a, .login label{color:#fff !important}
.login form{background:rgba(0,0,0,0.2) !important;border-radius: 10px;box-shadow: 0 3px 8px rgba(0,0,0,.3) !important;}