@charset 'UTF-8';


/* LOGIN */

.tml-login {
	
}

.tml-login .tml-alerts {
	
}

.tml-login form {
	
}

.tml-login form .tml-field-wrap {
	
}

.tml-login form .tml-field-wrap .tml-label {
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
}

.tml-login form .tml-field-wrap input {
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	
	padding: 10px 20px;
	
	transition: .5s;
	
	border: 1px solid white;
	background: hsla(0,0%,95%,1.00);
}

.tml-login form .tml-field-wrap .tml-checkbox {	
	margin-right: 12px;
}

.tml-login form .tml-field-wrap input:focus {
	border: 1px solid #FFE800;
	background: hsla(0,0%,100%,1.00);
}

.tml-login .tml-links {
	
}

.tml-login .tml-links .tml-lostpassword-link {
	
}

.tml-login .tml-links .tml-lostpassword-link a {
	font-weight: 400;
	font-style: normal;
	
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	
	color: hsla(0,0%,95%,1.00);
}

