.input-fullwidth {
	max-width: 100% !important;
}
.flex-end {
	display: flex;
	justify-content: flex-end;
}
.adj_title .paragraph {
	min-width: 100%;
	font-size: 16px !important;
	line-height: 23px !important;
	margin-bottom: 20px;
}

.adj_title .h2 {
	margin-top: 0px;
	margin-bottom: 14px;
	font-family: Ttnorms, Arial, sans-serif;
	color: #03035e;
	font-size: 21px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.2px;
}

.adj_title ul {
	padding: 0px 0px 0px 25px;
}

.adj_title ul li {
	text-align: justify;
}

.incorrect_wrapper h1 {
	font-size: 16px !important;
}

.login-error {
	color:red;
	display:none;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
}