input.ssc80201-init {
	&:not(.error) {
		border: 1px solid #ccc !important;
    	background: rgb(255, 255, 255) !important;
  	}
}

.error {
	background-color: #fee !important;
}

.errorMessage {
	width: 100%;
	text-align: center;
	display: none;
	color: red; 
	font-size: 20px;
}

.p-information__item {
	white-space: pre-wrap;
	font-size: 16px !important;
}