body {
	background-color: #c9c9c9;
	font-weight: 200;
	/* height: 100vh; */
	margin: 0px auto;
}
.row-class{
	margin-top: 10%;
}
.hospital{
	margin-top: 10%;
	color: whitesmoke;
	font-size: 6rem;
	font-style: italic;
}
.website{
	color: whitesmoke;
}
.title {
	font-size: 37px;
	font: italic bold 30px/30px Georgia, serif;
	color: red;
}
.contact{
	font-weight: bold;
	color: #ffff;
	margin: 0 auto;
	text-align: center;
	background-color: #1e6b03;
	padding: 5px;
}
.right{
	font-weight: bold;
	color: #272525;
	margin-top: 42%;
	text-align: center;
	padding: 5px;

}
.input{
	padding: 5px;
	text-shadow: red;
	border-radius: 3px;
	line-height: 1px;
}
.input:hover{
	border-color:#00D96C;
}

.error{
	color: #F00;
	font: italic 16px Georgia, serif;
	margin-left: 5px;
}

.login{
	padding: 5px;
	color: white;
	cursor: pointer;
	background-color: #4466A0;
	line-height: 12px;
}

.div-login{
	 float: right;
	 padding-right: 1px;
	 box-sizing: border-box;
}
.body{
	margin-top: 15%;
	margin-left: 60%;
	position:absolute;
}
.text-danger{
	color: #F00;
}

@media screen and (max-width: 600px) {

	.right{
		font-weight: bold;
		color: #272525;
		margin-top: 80%;
		text-align: center;
		padding: 5px;
	}
	.hospital{
		margin-top: 10%;
		color: whitesmoke;
		font-size: 3.5rem;
		font-style: italic;
	}
	
	.website{
		font-size: 1.5rem;
        font-weight: bold;
	}

	.mobile{
		margin-top: 25%;
		margin-left: 2rem;
		margin-right: 2rem;
	}
	input.email{
		width: 50% !important;
	}
	input.pass{
		width: 50% !important;
		float: right !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 768px) {
	.right{
		font-weight: bold;
		color: #272525;
		margin-top: 80%;
		text-align: center;
		padding: 5px;
	}
	.mobile{
		margin-top: 25%;
		margin-left: 5rem;
		margin-right: 5rem;
	}
	input.email{
		width: 50% !important;
	}
	input.pass{
		width: 50% !important;
		float: right !important;
	}

	.website{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.hospital{
		margin-left: 4rem;
		margin-top: 10%;
		color: whitesmoke;
		font-size: 7rem;
		font-style: italic;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

	.mobile{
		margin-top: 25%;
		margin-left: 35rem;
		margin-right: 40px;
	}
	.login{
		margin-right: 0px;
	}
  
	input.email{
		width: 50% !important;
	}
	input.pass{
		width: 50% !important;
		float: right !important;
	}
}