@font-face {
	font-family: "CVC";
	src: url("/cilf/partout/assets/fonts/cvcsans-light.woff2") format("woff2");
}

body {
	font-family: "CVC";
}

input[type=text], input[type=password] {
	font-family: inherit;
	color: #FFFFFF;
}

.ui-modal::before {
	content: "";
	position: absolute;
	top: .5rem;
	left: 1rem;
	width: 320px;
	height: 130px;
	background-image: url("/cilf/partout/assets/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ui-modal {
	background: #00274d;
}

.ui-modal-dialog {
	background: none;
}

.ui-modal-dialog::before {
	content: "";
	height: 244px;
	background-image: url("/cilf/partout/assets/demat.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ui-modal-header {
	display: none;
}

.ui-btn {
	color: #FFFFFF;
}

.ui-modal-footer {
	background: none;
}