@charset "utf-8";
* { margin: 0; padding: 0; }

body {
	height: 100%;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100.01%;
	margin-top: 25px;
	background-color: #f5f5f5;
}
			
.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: auto;
	margin-top: 100px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.webmail {
        position: absolute;
        right: 40px;
        bottom: 30px;
		font-size: 36px;
		
	}

a  				{ color: #333333; text-decoration: none }
a:hover   		{ color: #777777; text-decoration: underline }
a:visited 		{ color: #333333; text-decoration: none }

h1 {
	font-weight: bold;
    font-size: 28px;
	margin-top: 8px;
	margin-bottom: 8px;
}

hr {
  border: thin 1px solid #b5c0c0;
  height: 1px;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}