.error_field{
	background-color: #ffb8b8 !important;	
}

body{
	background: url(../img/bg.jpg);
}

.slide_top{
	margin-top: -100% !important;
}

.slide_down{
	margin-top: 1% !important;
}

.success-message{
	position: static !important;
	color: #4caf50 !important;
	font-size: 18px !important;
	padding: 1% 2% !important;
	font-weight: inherit !important;
	border-radius: 10px !important;
}

#login-area, #create-account-area, .success-message{
	width: 20%;
	margin-left: 40%;
	margin-top: 1%;
	background-repeat: repeat;
	font-family: calibri;
	padding: 2%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	background: #FFF;
	transition: 0.5s ease all;
	-moz-transition: 0.8s ease all;
	-webkit-transition: 0.8s ease all;
	position: fixed;
}

#create-account-area{
	width: 40%;
	margin-left: 30%;
}

#login-area form input, #create-account-area form input,
#create-account-area form select, #create-account-area form input[type="email"]{
	font-family: calibri;
	outline: 0;
	width: 100%;
	border: 0;
	margin: 0 0 20px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-indent: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.75);
}

#create-account-area form input, #create-account-area form select,
#create-account-area form input[type="email"]{
	width: 40%;
	display: inline-block;
	text-indent: 10px;
}

#login-area form input[type="text"]{
	background: url("../img/mail2.png") #f2f2f2;
	background-repeat: no-repeat;
    background-position: 10px;
}

#login-area form input[type="password"]{
	background: url("../img/padlock.png") #f2f2f2;
	background-repeat: no-repeat;
    background-position: 10px;
}

#login-area form button, #create-account-area form button{
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

#create-account-area form button{
	width: 40%;
}

#login-area form .message, #create-account-area form .message {
  margin: 15px 0 0;
  color: #000;
  font-size: 18px;
}

#login-area form .message a, #create-account-area form .message a {
  color: #4CAF50;
  text-decoration: none;
}

#login-area h1, #create-account-area h1{
	margin: 0;
	text-transform: uppercase;
	color: #4caf50;
	text-align: center;
	font-family: monospace;
	font-size: 40px;
}

.divider{
	position: relative;
	margin-top: 10px;
	height: 1px;
}

.div-transparent:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

#house_num, #unit_num{
	width: 15% !important;
}

#street_name, #street_suffix{
	width: 25% !important;
}

#city, #province, #contact_num{
	width: 30% !important;
}

#confirm_email{
	width: 40%;
	margin-left: 30%;
	margin-top: 1%;
	background-repeat: repeat;
	font-family: calibri;
	padding: 2%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	background: #FFF;
	transition: 0.5s ease all;
	-moz-transition: 0.8s ease all;
	-webkit-transition: 0.8s ease all;
	position: fixed;
}

#confirm_email h1{
	margin: 0;
	text-transform: uppercase;
	color: #4caf50;
	text-align: center;
	font-family: monospace;
	font-size: 30px;
}

#confirm_email h6{
	margin: 0;
	color: #8c8c8c;
	font-size: 20px;
}

#email_exists{
	vertical-align: sub;
	margin-left: 1%;
	font-size: 16px;
	color: #F00;
	display: none;
}

@media only screen and (min-width:1000px) and (max-width:1400px) {

	#login-area, #create-account-area, .success-message{
		width: 30%;
		margin-left: 35%;
	}

}

@media only screen and (min-width:300px) and (max-width:600px) {

	#login-area form input[type="password"]{
		box-shadow: none;
		border-radius: 0;
		margin-bottom: 0;
	}

	#login-area form input[type="text"]{
		border-radius: 0;
		margin-bottom: 0;
		box-shadow: none;
		border-bottom: 1px solid #CCC;
	}

	.slide_top{
	    margin-top: -300% !important;
	}

	#login-area{
		width: 80%;
		margin-left: 8%;
		margin-top: 10%;
	}

}