h3 {
	font-family:arial;
	font-size: 120%;
	font-weight: bold;
	color: red;
}
h2 {
	font-family:arial;
	font-size: 150%;
	font-weight: bold;
	color: black;
}

h1 {
	font-family:arial;
	font-size: 200%;
	font-weight: bold;
	color: black;
}

td {
	font-family:arial;
	color: black;
   }
   
th  {
	font-family:arial;
	color: black;
   }
   
fieldset {
	border:none;
	text-align:center;
	font-family:arial;
	background: #eee;
	padding: 30px;
	width: 30%;
}

button {
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 338px;
    padding: 0px 0px;
    }	

button:hover {
    background-color: rgb(191,206,222);
	color:white;
	}
.login-box{
    width: 320px;
    height: 460px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 50px 30px;
}
.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}
.login-box p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.login-box input{
    width: 95%;
    margin-bottom: 5px;
}
.login-box input[type="text"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: rgb(191,206,222);
    outline: none;
    height: 30px;
    color: #fff;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;

}
.login-box select{
    width:95%;
    border: none;
    border-bottom: 1px solid #fff;
    background: rgb(191,206,222);
    outline: none;
    height: 70%;
    color: #fff;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;

}
.login-box input[type="password"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: rgb(191,206,222);
    outline: none;
    height: 30px;
    color: #fff;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;

}

.login-box  textarea
{
    width:95%;
    border: none;
    border-bottom: 1px solid #fff;
    background: rgb(191,206,222);
    outline: none;
    color: #fff;
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	color: black;

}

.login-box h1{
	align:center;
	font-family:arial;
	font-size:140%;
	font-weight: bold;
	color: black;
	}
.login-box input[type="submit"]
{
    border: none;
    outline: none;
    height: 30px;
    background: #1c8adb;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 1px;
}
.login-box input[type="submit"]:hover
{
    cursor: pointer;
    background: rgb(191,206,222);
    color: #000;
}
.login-box input[type="submit"]:focus
{
    cursor: pointer;
    background: rgb(191,206,222);
    color: #000;
}

.login-box input[type="button"]
{
    border: none;
    outline: none;
    height: 30px;
    background: #1c8adb;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 1px;
}
.login-box input[type="button"]:hover
{
    cursor: pointer;
    background: rgb(191,206,222);
    color: #000;
}
.login-box a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.login-box a:hover
{
    color: #39dc79;
}
.login-box input[type="checkbox"]
	{
	height:30px;
	padding:0px 0;
	}