/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------- CUSTOM STYLING -- */

html {
	font-family: 'Open Sans', sans-serif;
	background-size: cover !important;
}

html.bgimg1,
html {
	background: url(tymbrel-login-august-2020.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
} 

html.bgimg2 {
	background: url(bg-2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.bgimg3 {
	background: url(bg-3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {background: none;line-height: 1.5;font-size: 15px;color: #555;}

a {color: #1394a2;text-decoration: none;}
a:hover {color: #000;}

p {max-width: 80%;margin: 0 auto 1em auto;}

strong {font-weight: bold;}


.login {
	background: rgba(255, 255, 255, 0.90);
	padding: 40px;
	max-width: 400px;
	margin: 14% auto 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	text-align: center;
}

.login img {
	margin: 0 0 10px 0;
	width: 175px;
}

form input[type="text"],
form input[type="password"],
form input[type="submit"] {
	width: 100%;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border: 1px solid #ccc;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	box-shadow: 0 0 5px #ddd inset;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #999;
	border-left: 0;
	width: 90%;
}

form .field span {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border: 1px solid #ccc;
	border-right: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	background: whiteSmoke;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 10%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #1394a2;
}


form input[type="text"]:focus,
form input[type="password"]:focus {color: #333;}

form input[type="submit"] {
	background: #1394a2; 
	outline: none;
	box-shadow: none;
	border: 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(51,51,51, .5);
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 40px;
	font-weight: 400;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}

form input[type="submit"]:hover {	
	background: #188489;
}

p.pw {
	font-size: 14px;
}

.tos {
	background: #fff;
	padding: 10px 10px 0px 10px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 1em;
	
}
.col1 {
	float: left;
	width: 10%;
}
.col1 input {float: left;}

.col2 {
	float: right;
	width: 90%;
}
.col2 p {max-width: none;text-align: left;font-size: 13px;}





label {display: none;}
#login-heading {
	font-size: 15px;
	margin: 0 0 1em 0;
}
.error {
	color: #c92b30;
}
.success {
	color: #669f37;
}

p.support {
	margin: 1em auto 0;
}

/* ClearFix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }


@media handheld, only screen and (max-width: 600px) {
	
	html {
		background: #fff;
	}
	
	.login {
		box-shadow: none;
		margin-top: 5%;
		padding: .9375em;
		
	}
	
	.login img {
		max-width: 100%;
	}

}







