
.container {
	position: absolute;
	left: 40%;
	top: 20%;
	font-family: Montserrat;
}
#loginWell {
	background-color: white;
	padding: 50px;
}
#wellLabel {
	padding-top: 10px;
	padding-bottom: 10px;
}
#wellInput {
	font-family: Montserrat;
	padding-bottom: 10px;
	padding-top: 10xp;
}
#wellOr {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}
#wellButton {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	background-color: #be2026;
	color: white;
	padding-bottom: 10px;
}
#wellCreateUser {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	background-color: #be2026;
	color: white;
	padding-bottom: 10px;
}
#wellImage {
	padding-bottom: 15px;
}
.form-control:focus {
  border-color: gray;
  box-shadow: none;
  
}

