/**
 * form.css
 *
 * All form related styles
 *
 * Mostly element[attribute] styles
 * And gravity forms related styles. These are not SMACCS optimised unfortunately.
 *
**/

#loginform,
#loginform1 {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 20px auto 20px;
	padding: 45px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


#loginform input[type="text"],
#loginform input[type="password"],
#loginform1 input[type="text"],
#loginform1 input[type="password"] {
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 15px;
	outline: 0;
	padding: 15px;
	width: 100%;
}
.tml-submit-wrap input:first-child {
	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;
}
.tml-submit-wrap input:first-child:hover,
.tml-submit-wrap input:first-child:active,
.tml-submit-wrap input:first-child:focus {
	background: #43A047;
}

#loginform label,
#loginform1 label {
	text-align: left;
}

.tml-action-links {
	list-style: none;
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}

.tml .message,
.tml .error {
	max-width: 350px;
	margin: 0 auto;
}



@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}
