body {
	margin: 0;
	padding: 0;
	
}
.container
{
    width: 700px;
    margin: 0 auto;
}
.main-section {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 800px;
}
.main-form {
	margin: 0 auto;
	width: 60%;
	background-color: #dfdfdf;
	padding: 30px;
}
.logo {
	
	text-align: center;
  width: 100%;
  background-color: #fff;
}
.user {
	margin-top: 10px;
}
#role {
	width: 100%;
	background-color: #fff;
	border: 1px solid #8c8989;
	height: 50px;
	padding: 10px;
}
.usr-nm {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}
.psswrd {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}
.password {
    width: 100%;
	height: 50px;
	margin-top: 10px;
}
.btn {
	width: 100%;
	height: 40px;
	background-color: brown;
	color: #fff;
	border: none;
    margin-top: 50px;
    font-size: 16px;

}
.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;
}
a:link, a:visited {
    background-color: brown;
    color: white;
    padding: 10px 125px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 40.5%;
    margin-top: 20px;
    font-size: 15px;
  font-family: roboto;
  font-weight: 400;
  }
  a:hover {
    background-color: #fff;
    color:brown;   
    width: 40.5%;
    border: 2px solid brown;
  }
  .log {
	width: 100%;
}
  .login {
	width: 100% !important;
	padding: 8px 0px !important;
    background-color: brown;
    color: white;
    font-size: 15px;
    font-family: roboto;
    font-weight: 400;
}
.login:hover {
    background-color: #fff;
    color:brown;   
    width: 40.5%;
    border: 2px solid 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;
	}
}