.login-wrap {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	height: 400px;
	margin: 20px;
}
.login-title {
    font-size: 22px;
    color: #035573;
    margin-bottom: 30px;
}
.login-label {
	font-size: 18px;
	font-weight: bold;;
	margin-top: 15px;
}
.login-label span {
	color: red;
}
.login-wrap input {
	width: 100%;
}
.login-wrap .submit-button {
	margin-top: 15px;
	padding: 10px;
	width: 100%;
	background-color: #035573;
	color: #ffffff;
	font-weight: bold;
}
.login-wrap .invalid-credentials {
	color: red;
	margin-top: 15px;
	font-size: 17px;
}