body{
	background-color: #ffffff;
}
.navbar{
	background-color: #fff;
}
#forgotPasswordContent{
	margin-top: 80px;
	padding-bottom: 320px;
	background-color: #ffffff;
}

#usernameOrEmail{
	width: 100%;
    text-align: center;
}
#forgotPasswordForm{
	position: relative;
	text-align: center;
}
#messageSubmitBtn{
    position: relative;
    width: 100px;
	cursor: pointer;
	font-size: 20px;
    color: white;
	min-width: 150px;
	top: 5px;
	border: none;
	border-radius: 4px;
}

#forgot-password-inner{
	width:340px;
	margin-left: auto;
	margin-right: auto;
}
#messageSubmitBtn:hover { 
	background-color: #0D5E11; 
}

#emailError{
	display: none;
	color: red;
}
#messageResult{
	color: red;
	display: none;
	background-color: #d4e8f8;
    border-radius: 8px;
}

#backToLogin{
	cursor: pointer;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color:#337ab7;
}

.educator-btn{
	display: none;
}

@media screen and (max-width:340px){
	#forgot-password-inner{
		width:310px;
	}
}
