*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-image: url(../img/back.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
}
h3{
	font-family: 'Arial';
	font-size: 25pt;
	letter-spacing: 1px;
	width: 100%;
	background: #2980b9;
	padding: 15px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;

}
#container{
	background: rgb(93 109 126 / 55%);
	width: 100%;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#container form{
	background: rgb(255 255 255 / 45%);;
	width: 400px;
	padding: 10px;
}

#container form img{
	margin: 15px auto;
	text-align: center;
	display: block;
}
#container form input{
	width: 90%;
	padding: 5px;
	font-size: 16pt;
	display: block;
	margin: 25px auto;
	border-radius: 5px;
	border: 1px solid  #85929e;
	text-align: center;
}

#container form input[type="submit"]{
	background:  #52be80;
	padding: 10px;
	color: #FFF;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
}
.alert{
	font-family: 'Arial';
	font-size: 16px;
	text-align: center;
}
h4{
	font-family: 'New Times Roman';
	font-size: 15pt;
	width: 100%;
	padding: 15px;
	color: #FFF;
	text-align: center;
}
.form-control{
	margin-right: 12px;
}
.form-control:focus{
	color: #495057;
	background-color: #FFF;
	border-color: #ff8880;
	outline: 0;
	box-shadow: none;
}	
.card{
	width: 360px;
	padding: 10px;
	border-radius: 25px;
	background: rgb(122,122,122);
	border: none;
	height: 290px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
	position: relative;
}
.container_c{
	height: 100vh;
}
.cont_c{
	color: #464444b8;
	padding: 30px 0px 0px 0px;
	font-size: 15px;
	text-align: center;
}

@media screen and (max-width: 460px){
	#container form{
		width: 90%;
	}
}