@import url(http://fonts.googleapis.com/css?family=Roboto:100);
.flat-form {
	background: #74d1be;
	margin: 25px auto;
	color: #fff;;
	max-width: 390px;
	max-height: 420px;
	position: relative;
	font-family: 'Roboto';
}
#singup{
	background: #0f4a6c;
	margin: 25px auto;
	color: #fff;
	max-width: 390px;
	max-height: 790px;
	position: relative;
	line-height: 2.5em;
	font-family: 'Roboto';
}
#singup .form-control{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
#singup p{
	text-align: center;
}
.tabs {
	background: #c0392b;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.tabs li:last-child a {
	border-right: none;
	width: 174px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.tabs a.active {
	background: #e74c3c;
	border-right: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.form-action {
	padding: 0 20px;
	position: relative;
}

.form-action h1 {
	font-size: 39px;
	padding-bottom: 10px;
	text-align: center;
}
.form-action p {
	font-size: 15px;
	font-weight: 900;
	padding-bottom: 10px;
	line-height: 25px;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=submit] {
	font-family: 'Roboto';
	color: #333;
	font-weight: bold;
}

form input[type=text],
form input[type=password] {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: #fff;
	border: none;
	color: #333;
	outline: none;
	font-weight: bold;
}

.dark-box {
	background: #0f4a6c;
	box-shadow: 1px 3px 3px #3d0100 inset;
	height: 40px;
	width: 50px;
}
.form-action .dark-box.bottom {
	position: absolute;
	right: 0;
	bottom: -24px;
}
.tabs + .dark-box.top {
	position: absolute;
	right: 0;
	top: 0px;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.form-action label{
	font-weight: bold;
	font-size: 18px;
	line-height:18px;
}
form input[type=submit].button {
	border: none;
	display: block;
	height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	-webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.button:hover {
	box-shadow: -1px -1px 0 #ffffff;
	color: #0f4a6c;
}
.button:active {
	background: #34495e;
}
::-webkit-input-placeholder {
	color: #0f4a6c;
}
:-moz-placeholder {
/* Firefox 18- */
	color: #0f4a6c;
}
::-moz-placeholder {
/* Firefox 19+ */
	color: #0f4a6c;
}
:-ms-input-placeholder {
	color: #0f4a6c;
}