﻿@charset "utf-8";
@import url("../../reak/reak-login/fontawesome.css");
@import url("../../reak/reak-login/reset.css");


/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
	color: #000;
	font-family: "Varela Round", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	background-color: White;
	
}

/* ---------- LOGIN ---------- */

#login {
	margin: 50px auto;
	width: 400px;
	line-height: 2.0em;
}

#login h2 {
	background-color: #0061AD;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 28px;
	padding: 20px 26px;
	box-shadow: 6px 6px 6px #ADAEAD;
    -webkit-box-shadow: 6px 6px 6px #ADAEAD;
}

#login h2 span[class*="fontawesome-"] {
	margin-right: 14px;
}

#login fieldset {
	background-color: #fff;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	padding: 20px 26px;
	box-shadow: 6px 2px 6px #ADAEAD;
    -webkit-box-shadow: 6px 2px 6px #ADAEAD;
}

#login fieldset p {
	color: #777;
	margin-bottom: 14px;
}

#login fieldset p:last-child {
	margin-bottom: 0;
}

#login fieldset input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 10px;
	width:100%;
}

#login fieldset input[type="email"], #login fieldset input[type="password"] {
	color: #777;
	padding: 4px 10px;
	width: 100%;
	
}

#login fieldset input[type="submit"] {
	background-color: #0061AD;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
}

#login fieldset input[type="submit"]:hover {
	background-color: #DE4129;
}
input[type=radio] {
	border:none;
	font-family: normal;
	font-size:inherit;
	font-weight: normal;
	line-height: normal;
	-webkit-appearance: radio;
}