/* FONTS */
@import "../fonts/font_style.css";
@import "../fonts/icons/prime-webfont.css";

.b-form-title + .b-explain {
	text-align: center;
}

.b-explain {
	font-size: 1.1rem;
	word-break: break-word;
}

.b-description {
	font-size: 0.8rem;
}

.b-bold {
	font-family: 'Velino-Sans-Medium';
}

.body-content {
	height: 100%;
}

/* FORM */
.b-main {
	flex: 1 1 100%;
	margin: 0;
	box-sizing: inherit;
	min-height: 100%;
}

.b-form-layout {
	height: 100%;
	width: 100%;
	justify-content: space-between;
	flex: 1;
	padding: 0 1em;
}

.b-form-container {
	align-self: center;
	max-width: 25rem;
}

.b-form-container .b-form-content {
	min-height: 10rem;
	min-width: 25em;
	padding: 1em 2em;
	background: #f9f9f9;
	border: 2px solid #fff;
}

.b-form-content h2 {
	text-align: center;
	margin: 0.5em 0;
	font-size: 2rem;
}

/* MESSAGE FORM */
img.b-info-image {
	width: 100%;
	height: 3em;
	display: flex;
	justify-content: center;
}

.b-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1em;
}

.b-message .b-icon {
	width: 100%;
	height: 100%;
	display: inline-block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 60%;
	-webkit-mask-size: 60%;
	mask-position: center center;
	-webkit-mask-position: center center;
}

.b-message.b-error .b-icon {
	background-image: url(../images/registration_failed.svg);
	width: 4em;
	height: 4em;
	padding-bottom: .75em;
}

.b-message.b-success .b-icon {
	background-image: url(../images/registration_success.svg);
	width: 4em;
	height: 4em;
}

.b-message-text {
	text-align: center;
	font-size: 1.1rem;
	color: #24211F;
}

/*HEADER*/
.b-header {
	align-self: center;
	position: initial;
	background-color: #e6e6e6;
	padding: 1em 0 1em 0;
	align-items: end;
	z-index: 1;
}


/* FOOTER*/
.b-footer {
	margin: 0 auto;
	padding-bottom: 1em;
}

.b-footer .b-description,
.b-a-privacy {
	color: #474747;
}

.b-header,
.b-footer {
	width: 25em;
	max-width: 25em;
}

@media screen and (min-width: 768px) {

	.b-header,
	.b-footer {
		width: 100%;
		max-width: 80em;
	}

	.b-header {
		position: fixed;
		align-items: center;
		top: 0;
		padding: 2.5em 2.5em 0 2.5em;
		z-index: 1;
	}

	.b-footer {
		padding-bottom: 3em;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

	.b-footer .b-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.b-form-container {
		padding-top: 180px;
	}

	.b-description {
		font-size: 1rem;
	}
}

/* Scrollbar style */

@-moz-document url-prefix() {
	*:hover {
		scrollbar-color: #8a8a8a transparent !important;
	}

	body div * {
		scrollbar-width: thin !important;
	}
}

body div ::-webkit-scrollbar {
	width: 0.4em;
	height: 0.4em;
	display: block;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar {
	display: none;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #686868;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
}

.b-browser-safari ::-webkit-scrollbar-thumb {
	background-color: #8a8a8a;
}

:not(.b-browser-safari) ::-webkit-scrollbar-thumb {
	background-color: transparent;
}

*:hover::-webkit-scrollbar-thumb {
	background-color: #8a8a8a;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #686868;
}

.validation-summary-errors {
	word-break: break-word;
}

.btn-primary:disabled {
	background: #934711;
}
