.bg {
	background: url("../images/image3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
}

.form-container {
	position: absolute;
	top: 20vh;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #000;
}

.form-container h2 {
	text-align: center;
	color: #3b86c7;
}

.btn.disabled {
	cursor: not-allowed;
}

.logo img {
	margin: auto;
	width: 60%;
}

.big-radio {
	width: 25px;
	height: 25px;
}

@media only screen and (max-width: 678px) {
	.bg {
		background-size: 300%;
	}
}

@media (min-width: 1010px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
	.custom-file-label {
		font-size: 12px !important;
	}
}

@media (min-width: 992px) {
	.col-md-4 {
		width: 33.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	display: none;
	z-index: 1000;
}

button > * {
	pointer-events: none;
}

.toggle-content {
	display: none;
}

.toggle-content.is-visible {
	display: flex;
}

.toggle-content.is-visible-block {
	display: block;
}

