
html, body{
	font-family: Helvetica, Candara, Verdana, Arial, sans-serif;
	margin: 0;
	padding:0;
}

.center {
  max-width: 700px;
  margin: 100px auto;
  text-align: left;
  vertical-align:baseline;
}

.loginscreen {
	vertical-align:baseline;
	margin: auto;
	padding: 60px 60px 60px 50px;
	text-align: center;
	color: #0099aa;
	background-color: #fff;
	font-family: Helvetica, Candara, Verdana, Arial, sans-serif;
	border-radius: 10px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);*/
}


.logintext{
	height: 36px;
	width: 220px;
    padding: 5px 10px;
    margin: 4px 0;
	font-size: 12pt;
    box-sizing: border-box;
    border: 1px solid #0099aa;
    border-radius: 3px;
	color: #0099aa;
	/*box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.24),1px 1px 1px 0 rgba(0,0,0,0.19);*/
}
.loginbutton, .loginbutton:focus {
    background-color: #0088cc;
    border: 1px solid #007b95;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	width: 220px;
    display: inline-block;
    font-size: 11pt;
    margin: 3px 3px;
    cursor: pointer;
    border-radius: 25px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.24),1px 5px 5px 0 rgba(0,0,0,0.10);
}

.loginbutton:hover {
    background-color: #00aacc;
	border: 1px solid #007788;
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 3px 6px 0 rgba(0,0,0,0.19);*/
}
.loginbutton:active {
    border: 1px solid #00bbcc;
    background-color: #00aabb; /* Green */
	/*box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.24),2px 0px 0px 0 rgba(0,0,0,0.19);*/
}
.check{
	height: 20px;
	width: 20px;
    border: 1px solid white;
}
	
.vx-text-16 {
	font-size: 16pt;
	text-align: left;
	display: block;
	padding-left: 0px;
}

.caption{
	font-size: 10pt;
	text-align: left;
	display : block;
	padding-left: 35px;
}

.vx-status-message{
	color: red;
	font-size: 8pt;
	-webkit-animation: blink 1s step-end infinite;
  	animation: blink 1s step-end infinite;
	text-decoration: blink;
}