/* Auth template */

.form-signin {
	max-width: 330px;
	padding: 1rem;
}
.authorize__logo {
	font-size: 4rem;
}
.form-control--login {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control--password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Main template */

.fs-7 {
	font-size: .875rem;
}
.fs-8 {
	font-size: .75rem;
}
.header {}
.header__logo-icon {
	font-size: 2rem;
}
.header__user-icon {
	vertical-align: middle;
	font-size: 2rem;
}
.content {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.form-check-image {
	cursor: pointer;
	padding: 0;
	position: relative;
}
.form-check-image input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.form-check-image .bi {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000;
}
.form-check-image .form-check-image__text {
	font-size: 12px;
}
.form-check-image .form-check-image__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	text-align: center;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 5px;
}
.form-check-image img {
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
	height: auto;
}
.form-check-image input:checked + .form-check-label .bi {
	color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-image input:checked + .form-check-label .form-check-image__text {
	color: #0d6efd;
}
.form-check-image input:checked + .form-check-label .form-check-image__img {
	border-color: #0d6efd;
}

/* FAQ */

.faq {}
.faq img {
	max-width: 250px;
}


