.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	border-radius:20px;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
}

	.closebtn:hover {
		color: black;
	}

.cb-password-show{
	margin-top:0.8rem;
	float:right;
}
.form-button {
	margin-top: 3rem !important;
}