.innerBox { width: 100%; color: white; }
.innerBox tr { padding: 0; }
.vers { font-family: Helvetica, Arial, sans-serif; font-size: 7pt; text-align: right; padding-right: 12px; }
.rem { font-family: Helvetica, Arial, sans-serif; font-size: 9pt; }
input.username, input.password, input.phone { width: 180px; }
.field { text-align: left; width: 220px; }
.right { padding: 0; text-align: right; padding-right: 10px; font-family: Helvetica, Arial, sans-serif;
	font-weight: bold; font-size: 10pt; height: 30px; width: 130px; }
.buttons { padding: 0; text-align: left; font-family: Helvetica, Arial, sans-serif;
	font-weight: bold; font-size: 10pt; }
.indent { padding-left: 204px; padding-top: 8px; }


a.white:LINK { color: white; }
a.white:VISITED { color: white }
a.white:HOVER { color: white }
a.white:ACTIVE { color: white }

html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: rgb(44,108,182)
}

img.bg { /* Set rules to fill background */
	min-height: 100%;
	min-width: 2560px;
	/* Set up proportional scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 2650px) {
  img.bg {
    left: 50%;
    margin-left: -1280px;   /* 50% */
  }
}

form { margin: 0; padding: 0; }

div.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #15325a;
	border-color: #225091;
	border-style: solid;
	border-width: 2px;
	border-radius: 20px;
	box-shadow: 8px 8px 8px rgba(0, 24, 58, 0.5);
	text-align: center;
}
div.center a { color: white; font-weight: bold; }

div.info {
	width: 440px;
	margin-top: 20px;
	padding: 20px;
	border: 4px solid #d0e8ff;
	border-radius: 15%/50%;
/*
	padding: 40px 20px;
	border-radius: 50%;
	border-width: 12px 24px;
*/
}

div.info div {
	display: inline-block;
	color: white; padding: 4px; margin-left: auto; margin-right: auto;
}
div.info div a {
	color: white;
}
div.login {
	width: 400px;
	padding: 40px;
	margin-top: 50px;
	padding-top: 0;
	color: white;
}
div.webpass {
	width: 600px;
	padding: 40px;
	margin-top: 50px;
	padding-top: 0;
	background-color: #d0e8ff;
}

div.app {
	width: 440px;
	margin-top: 50px;
	padding: 20px;
	border-radius: 16px;
}
div.old {
	width: 440px;
	margin-top: 50px;
	padding: 20px;
	border: 4px solid #d0e8ff;
	border-radius: 20px;
	color: white;
	font-size: 14pt;
	font-weight: bold;
}
div.app img.ios { margin-right: 20px; }
div.app div { color: white; font-family: Helvetica, sans-serif; font-size: 12pt; margin-bottom: 12px; }

div.logo {
	color: white;
	text-align: center;
	font-size: 48px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.note {
	margin-top: 30px;
	color: white;
	text-align: center;
}

div.note2 {
	margin-top: 30px;
	color: black;
	text-align: center;
	font-size: 12pt;
}

div.noteTop {
	font-size: 12pt;
	margin-top: 8px;
	margin-bottom: 8px;
	color: white;
	text-align: center;
}
b#failed { font-size: 14pt; color: #ffd0d0; }

input[type=text], input[type=password] {
  background-color:#445B7B;
  color: white;
  border: 1px solid white;
  padding: 4px;
}

input:focus {
	background-color: #447B48;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border: 1px solid white;
}

input[type=submit] {
    padding: 2px 10px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration: none;
    font-weight: bold;
}
input[type=submit]:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
input[type=submit]:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

input.submit { margin-right: 15px; }
label.remember { font-weight: normal; color: white; }

/* Custom Checkbox */

label { display: inline; }
.regular-checkbox { display: none; }

.regular-checkbox + label {
	margin-right: 6px;
	background-color: #445B7B;
	border: 1px solid white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: 4px;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #445B7B;
	border: 1px solid white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: white;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: white;
}

.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #445B7B;
	border: 1px solid white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #445B7B;
	color: white;
	border: 1px solid white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

div.webpass h2 { margin-bottom: 0; }
div.webpass h3 { margin: 0; }
div.webpass p { text-align: left; }

div.setpw {
    text-align: left;
}
div.webpass div.t-beaneditor-row LABEL {
    width: 200px;
}
div.t-error {
    text-align: left;
}

div.success a { color: #445B7B; }

div.success div.buttons a {
    padding: 2px 10px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration: none;
    font-weight: bold;
}

a.forgot { padding-top: 0.5em; }
