input[type=text],
input[type=password] {
	width: 100%;
	padding: 11px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 13px;
	background-color: #e1e1e1;
}

::placeholder {
	color: black;
	font-weight: 800;
}

/* Set a style for all buttons */
button {
	background-color: #04AA6D;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

button:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}

.containery {
	padding: 5px;
	width: 100%;
}

span.psw {
	float: right;
	padding-top: 16px;
}
