
/* Information */

.container_fluid_information {
	min-height: 100vh;
	padding: 0 43px;
	background-color: #81d5df;
	position: relative;
}

	.information {
		position: relative;
		padding: 0 5px;
	}

		.information h1 {
			margin: 30px 0 69px -1px;
		}

		.cta_button_back {
			border: 2px solid #561a4c;
			background-color: #81d5df;
			position: relative;
			width: 164px;
			padding: 7px 41px 7px 53px;
			margin: 0 0 69px -3px;
		}

		.cta_button_back:before {
			background-image: url('../assets/icons/arrowleft.svg');
			background-size: 17px 17px;
			position: absolute;
			width: 17px;
			height: 17px;
			top: 13px;
			left: 21px;
			content: '';
		}

		.cta_button_back:hover,
		.cta_button_back:focus {
			background-color: #92dbe4;
		}

		.cta_button_back:visited {
			background-color: #81d5df;
		}

		.heading_information {
			font-size: 21px;
			font-weight: bold;
			margin: 0 0 8px -2px;
		}

		.delete_button {
			background-color: #d972ff;
			font-weight: bold;
			font-size: 21px;
			width: 100%;
			height: 59px;
			margin-bottom: 22px;
			color: #561a4c;
			border: none;
			border-radius: 4px;
			width: 100%;
		}