body {
    font-family: sans-serif;
    background-color: #EEE;
}

/*   Tweaked on iPhone4    */
.submit-button {
    font-weight: bold;
    border-radius: 3pt;
    width: 100%;
}

.button {
	background-color: #003893;
}

	.button:hover, .button:focus {
		background-color: #00A6C6;
	}

#form-small p {
    font-size: 24pt;
    text-align: center;
    position: relative;
    left: -50%;
}

#form-small input {
    width: 100%;
    height: 42pt;
    border: 1px solid;
    border-color: #ddd;
    padding-left: 14pt;
    font-size: 16pt;
}


#reset-failure-message {
    background-color: #fff;
    margin: auto;
    width: 50%;
    min-width: 300px;
    max-width: 500px;
    padding: 3em;
    color: #707070;
}

#reset-failure-message p {
	font-size: 24pt;
}

/* / Tweaked mn iPhone4    */
#title img {
    left: 50%;
    transform: translate(-50%,0);
    position: relative;
}

#form-container h2 {
    margin-top: 1rem;
}

#form-container {
    background-color: #FFF;
    padding: 1em;
}

 #form-container a {
	text-decoration: none;
	color: #5F5F5F;
}

#form-container b {
	text-decoration: none;
	color: #707070;
}

#form-container a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}


#form {
    margin: auto;
    margin-top: 28pt;
    width: 280pt;
}

#form-small {
    height: 250pt;
    margin: auto;
    margin-top: 28pt;
    width: 280pt;
}


	#form-small input[type="submit"] {
		background-color: #003893;
		color: #fff;
		font-size: 13pt;
		font-weight: bold;
		border-radius: 3pt;
		height: 42pt;
		position: relative;
	}

#form h2 {
    font-size: 24pt;
    margin-bottom: 0.2em;
}

#form-small h2 {
    font-size: 24pt;
}


.showerror {
    border: none;
    border-width: 0.5px;
    border-radius: 5px;
    /*background-color: #ffdce0;*/
}

.showmessage {
    border: none;
    border-width: 0.5px;
    border-radius: 5px;
    /*background-color: #cff0ff;*/
}

#err {
    color: red;
    /*padding: 3px 5px;*/
    font-size: 80%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#changepassword {
    margin-top: 5%;
    color: #707070;
}


#note {
	font-size: 80%;
	/*padding: 3px 5px;*/
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #707070;
}

#password-security {
    height: 12pt;
    width: 100%;
    font-size: 8pt;
}

.pass-pass {
    color: #02D04E;
}

.pass-fail {
    color: red;
}

.pass-yellow {
    color: yellow;
}

#password-security-bar.pass-fail > div {
    background-color: red;
}

#password-security-bar.pass-pass > div {
    background-color: #02D04E;
}

#password-security-bar.pass-yellow > div {
    background-color: yellow;
}

#password-security-bar {
    margin-top: -11.5pt;
    border: 1.5pt solid;
    height: 7.5pt;
    width: 100%;
    border-color: #ddd;
    position: relative;
}

#password-security-bar > div {
	width: 0;
	background-color: #02D04E;
	position: relative;
	height: 100%;
}

#forgotnested {
    margin-top: -0.5em;
}

.usernamefield .placeholder-input:-webkit-autofill + .placeholder-text {
	opacity: 0;
}

.usernamefield .placeholder-input[value=""] {
	display: none;
}

.usernamefield .placeholder-input:valid + .placeholder-text {
	display: none;
}

.usernamefield .placeholder-input:invalid + .placeholder-text {
	display: inline !important;
	position: absolute;
	margin-top: -32.2px;
	margin-left: 9.8px;
	color: #CACACD;
	pointer-events: none;
}

.ui-tooltip-content {
	font-family: Arial;
	font-size: 9pt;
}

.ui-tooltip {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	max-width: 500px;
}

.login-tooltip-focus{
	opacity: 0;
}

/*#msgcontainer {
	margin-bottom: 1.2rem;
}*/
