.users {
	text-align:center;
        padding-bottom:20px;
}
.changex {
	color:#aaa;
	float:right;
	padding:0px 10px 0px 0px;
	font-size:40px;
	font-weight:bold;
}
.changex:hover {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
.change {
	width:400px;
	margin-left:270px;
	border:1px solid grey;
	border-radius:10px;
}
.change ul {
	list-style-type:none;
}
.change input {
	width:52%;
	border:1px solid grey;
	border-radius:0px 10px 10px 0px;
	background-color:#f1f1f1;
	padding:8px;
}
.change button:disabled {
	border-radius:8px;
	color:grey;
	background-color:#f1f1f1;
	padding:8px;
}
.change button:enabled {
	border-radius:8px;
	color:white;
	background-color:rgba(0, 0, 0, 0.7);
	padding:8px;
}
.change button:enabled:hover {
	color:#00FF21;
}
.changepass {
	border-radius:8px;
	color:white;
	background-color:rgba(0, 0, 0, 0.7);
	padding:8px;
}
.changepass:hover {
	color:#00FF21;
}
@media screen and (max-width:980px) {
	.changex {
	    font-size:50px;
	}
}