﻿@import url(../Title.css);

BODY
{
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	COLOR: gray;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 10px;
	vertical-align: middle;
	text-align: center;

}



.box-content {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50em;
    
    height: 200px;
}

.login-style
{
   
    overflow: hidden;
    border-radius: 5px;

}



.login-style input[type=submit], input[type=button] {
    display: inline-block;
    font-size: 13px;
    padding: 3px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: rgb(242, 240, 240);
    border: 1px solid #555555;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    margin-top: 2px;
}


    .login-style input[type=text], .login-style input[type=password] {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        background-color: white;
        height: 1.4rem;
        color: #1c333a;
        font-size: 100%;
        border: solid 1px gray;
        border-radius: 3px;
        padding: 2px;
        margin: 0px 0px 0px 0px;
    }
#Login1 input[type=text], input[type=password], input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    width: 20em;
    background-color: white;
    background-image: none;
    border-radius: 3px;
}


#Login1  input[type=submit], input[type=button]
{
	text-align: left;
	font-weight: bold;
	background-color: #c90000;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 2px;
	margin: 2px;
	color: white;
}

#Login1  input[type=submit]:hover, input[type=button]:hover
{
	background-color: #970000;	
}


#form1 #Login1 table, #form1 #ChangePassword1 table, #form1 #PasswordRecovery1 table
{
	font-size: 13px;
}

TABLE
{
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	COLOR: white;
	BACKGROUND-COLOR: #1c333a;
	padding: 30px;
	height: 250px;
   
}

TD
{
text-align:left;

}


A
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ff6600;
	TEXT-DECORATION: none;
}

	A:visited
	{
		FONT-WEIGHT: bold;
		FONT-SIZE: 10pt;
		COLOR: #dd3300;
		TEXT-DECORATION: none;
	}

	A:hover
	{
		FONT-WEIGHT: bold;
		FONT-SIZE: 10pt;
		COLOR: #0066cc;
		TEXT-DECORATION: underline;

}
