/* Content sub-container */
#logcontent 			{    }
#logcontent-bg		{ clear:both; overflow:auto;	}


/* Content Container */
#login-wrapper-bg	{ clear:both; overflow:auto;	}
#login-wrapper 	{ margin:0 auto; width:600px; padding:30px;
					background-image:url(../images/trans-bg/white-80.fw.png);
					background-repeat:repeat;    }

/* Bordered form */
form {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
	width: 50%;
	border-radius: 50%;
	margin-bottom:20px;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

#form2 form {
	border: 3px solid #f1f1f1;
	width: auto;
}

#form2 { margin:0; padding:0;
		}



ol li					{ display:block; padding:20px 0px 5px 0px; }

#form2 ol 					{ list-style-type:none; }
#form2 a {}


#form2 label 					{
	display: inline;
	margin: 5px 0 8px 0;
	font-family: "Open sans";
	font-size: 14px;
} 
								
#form2 input, textarea, select 		{
	display: block;
	width: 100%;
	color: #000;
	padding: 10px;
	border: 1px #aaa solid;
	margin-right: auto;
	margin-left: auto;
}

#form2 input[type="checkbox"]		{
	display: inline;
	width: 15px;
	color: #000;
	padding: 10px;
	border: 1px #aaa solid;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#form2 input:focus 				{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}
#form2 input:active 				{ background-color:#000; color:#fff;
							border:1px #f00 solid;
							width: 10px;	}

#form2 textarea					{ height:120px;	}
#form2 textarea:focus 			{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}
#form2 textarea:active 			{ background-color:#000; color:#fff;
							border:1px #f00 solid;	}

#form2 select					{	}
#form2 select:focus				{	}

#form2 legend					{ 	}
#form2 fieldset					{ 	}
#form2 h3                        {
	font-family: 'Open Sans';
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

#form2 p                        {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #F00;
}

#form2.submit					{ padding:5px 20px; width:140px; margin-bottom:20px; }

#form2 a:hover  { color: red;}
#form2 a:link  {
	color: black;
	font-family: 'open sans';
	font-size: 16px;
}
#form2 a:visited {color:#009;}

/* The "Forgot password" text */
span.psw {
	float: right;
	padding-top: 16px;
	font-family: 'open sans';
	font-size: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
