.lostPassword {
	font-size: 16px;
    color: black;
}

.WhiteLink{
    color: white;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    margin-top:-20px;
}

#connectForm{
	font-size:11px;
	color:white;
	/*font-weight : bold;*/
	display:block;
	margin-left:-20px;
	margin-top:-25px;
}

#connectForm a{
	color:white;
	font-weight:bold;
}

input{
	border: none;
    height: 30px;
    width: 200px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

#loginForm label {
    font-size: 18px;
}

#submitImg{
	cursor: pointer;
}