.text-content .row {
	margin: 0
}

.login div#container {
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	border: none
}

.submit-row-btn-container {
  background-color: #FFFFFF;
  margin-left: 42px;
  margin-top: 25px;
	padding: 0;
	text-align: center
}

.submit-row-btn {
  width: 100%;
}

.errornote {
	margin: 20px;
	background: #f8d7da;
	-webkit-animation: fadeout .5s 5s forwards;
	animation: fadeout .5s 5s forwards
}

.material-icons.prefix.password-visible {
	right: 5px;
	top: 12px;
	font-size: 20px;
	color: #000;
	cursor: pointer
}

@-webkit-keyframes fadeout {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeout {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
