body {
	margin: 0;
	padding: 0;
	
}
.container
{
    width: 700px;
    margin: 0 auto;
}
.main-section {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.main-form {
	margin: 0 auto;
	width: 60%;
	background-color: #dfdfdf;
	padding: 30px;
}
.logo {
	
	text-align: center;
  width: 100%;
  background-color: #fff;
}
.usr-nm {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}
.psswrd {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}
#user_error {
	color: brown;
	padding: 5px;
	
}
#Pass-error{
	margin-top: 5px;
	color: brown;
	width: 100%;
}

.btn {
	width: 100%;
	height: 40px;
	background-color: brown;
	color: #fff;
	border: none;
}
.btn:hover {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: brown;
	border: 2px solid brown;
}
.btn-R {
	width: 100%;
	height: 40px;
	background-color: brown;
	border: none;
	margin-top: 20PX;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-R a {
	color: #fff;
	text-decoration: none;
}
.btn-R:hover
{
	    width: 100%;
		height: 36px;
		background-color: rgb(255, 255, 255);
		border: 2px solid brown;
		margin-top: 20PX;	
		display: flex;
		justify-content: center;
		align-items: center;
}
a:hover {
	color: brown;
}

@media only screen and (max-width:400px){
	.usr-nm {
		width:100%;
		height: 50px;
		margin-top: 10px;
	}
	.psswrd {
		width: 100%;
		height: 50px;
		margin-top: 10px;
	}
	.btn {
		width: 100%;
		height: 40px;
		background-color: brown;
		color: #fff;
		border: none;
	}
	.btn:hover {
		width: 100%;
		height: 40px;
		background-color: #fff;
		color: brown;
		border: 2px solid brown;
	}
	.btn-R {
		width: 100%;
		height: 40px;
		background-color: brown;
		border: none;
		margin-top: 20PX;	
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn-R:hover {
		width: 100%;
		height: 40px;
		background-color: rgb(255, 255, 255);
		border: 2px solid brown;
		margin-top: 20PX;	
		display: flex;
		justify-content: center;
		align-items: center;
	}
}