* {
	padding: 0;
	margin: 0;
}
html {
	height:100%;
}
body {
	background: #FFFFFF;
	height:100%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
#header {
	height: 50px;
	background:#222222;
	width:100%;
	text-shadow: 0px 0px 2px #cccccc;
}
.field_block {
	margin:4px 0;
	position: relative;
}
.field_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #000000;
}
input, textarea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    transition: background 0.2s linear 0s;
}
input, textarea, select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 10px;
    height: 22px;
	width: 100%;
}
label, input, textarea, select {
    font-size: 1.2em;
    line-height: 20px;
    margin: 0;
}

.front-card .text-input {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #EEEEEE inset, 0 1px 0 #FFFFFF;
}
.placeholding-input input {
    position: absolute;
    top: 0;
}
.placeholder {
    bottom: 1px;
    color: #999999;
    cursor: text;
    font-size: 13px;
    height: 20px;
    left: 2px;
    line-height: 20px;
    padding: 4px;
    position: absolute;
    right: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 1px;
    transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
    white-space: nowrap;
    z-index: 1;
}
label {
    color: #333333;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}
.login_button {
	color:#FFFFFF;
    background-color: #00A3D3;
    border: 1px solid #CCCCCC;
	height: 50px;
	margin: 10px 0;
}
#login_error {
	color:#FF0000;
	font-size:1.0em;
	padding:10px 0;
	width: 230px;
}
#website_field {
	opacity: 0.6;
}
h1 {
	font-family: 'Flamenco', cursive;
	font-size: 2.2em;
	color: #FFFFFF;
	padding: 16px;
	text-align: center;
	font-weight: normal;
	line-height: 16px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#333333;
	font-weight:bold;
	line-height: 1.2em;
	padding: 0 0 15px 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	font-weight:normal;
	line-height: 1.2em;
}
a {
	text-decoration:none;
	color:#CCCCCC;
}
a:hover {
	color:#0099C6;
}


/*    big screens/tablet/small screens    */
@media only screen and (min-width: 640px) {
	#master_login {
		width: 300px;
		margin: 100px auto;
	}
}
/*    mobile    */
@media only screen and (max-width: 639px) { 
	#master_login {
		margin: 50px auto 10px;
		text-align: center;
	}
}

