
body{

    font-family: equitan_sanssemibold;

	}
	
#resetpw_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 1000;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
}

#reset_form
{
	position: relative;
	padding: 15px 15px;
	width: 250px;
	top:130px;
	margin: 0 auto;
}

.reset_button{
	position: relative;
	line-height: 20px;
	background-color: black;
	border: solid 1px #000000;
	color: white;
	margin-top: 40px;
	padding: 4px 35px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
	
}

#errormessage{
	    display: table;
	    margin: 0 auto;
	    position: relative;
	    right: 50px;
	    top: 50px;
	}

#authentication_form
{
	position: relative;
	padding: 15px 15px;
	width: 250px;
	top:130px;
	left: 18%;
}
#mfnm{

	position: absolute;
	right: 20px
}
#mfnm1{

	position: relative;
	left: 80px;
	width: 30%;
}
.con{

	position: relative;
	margin-left: 120px;
}

#authentication_form td
{
	padding: 6px;
}
#authentication_form h3{
	position: relative;
    left: 50%;
    bottom: 30px;
    font-size: 20px;
    font-weight: bolder;
}

#reset_form h3{
	position: relative;
    bottom: 5px;
    font-size: 20px;
    font-weight: bolder;
}


#authentication_form label 
{
	color: #000000;
	font-size: 14px;
	margin-right: 5px;
}

#authentication_form input[type="text"], #authentication_form input[type="password"], #reset_form input[type="text"]
{
	font-size: 14px;
	padding: 8px 20px;
	border: solid 2px #000000;
	color: #000000;
	width: 235px;
	height: 16px;
}

#submitbutton, #backbutton
{
	position: relative;
	line-height: 20px;
	background-color: black;
	border: solid 1px #000000;
	color: white;
	margin-top: 40px;
	padding: 4px 35px;
	left: 160px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
#pv a{
	position: relative;
	float: right;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 10px;
	color: black;
	font-style: italic;

}
#pv a:hover{
	
	font-size: 12.5px;

}

#logout_container 
{
	height: 100px;
	width: 250px;
}

#logout_container h3 
{
	font-size: 16px;
	text-align: center;
	line-height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#settings_container, #settings_container form
{
	width: 600px;	
	height: auto;
}

	#settings_container table
	{
		width: 100%;
		text-align: center;
	}
	
		#settings_container .inputwidth
		{
			width: 300px;
		}
		
		#settings_container .labelwidth
		{
			width: 100px;
		}
		
		#settings_container #submitbutton, #backbutton
		{
			width: 50%;
		}
		
		#backbutton
		{
			margin: auto;
		}
		
			#backbutton a
			{
				color: inherit;
				text-decoration: none;
			}

@media screen and (min-width: 400px) and (max-width: 650px) {

			#content {
				width: 300px;
				
			}
			#authentication_form h3{

				bottom: -20px;
			}

			.con {
				margin-left: 2%;

			}

			#authentication_form {

				left: 0%;
				top: 160px;
			}
			#mfnm1{

				width: 65%;
				left: 90px;
			} 

			
			#mfnm {


				margin-top: 110px;
				right: 80px;
}
			}

			#logo_holder{

				position: relative;
    			right: 8%;
			}



}

