.btn-refazer {
    opacity: 1 !important;
	}
h5.formulario {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: "Inter", sans-serif;
}
.wrap-formulario .bg-glass {
	padding: 50px 80px;
}

#formulario input, #formulario input::placeholder {
	text-align: left;
}

.bg-2 {
	background-size: 100% 100%;
}
.wrap-formulario .bg-glass p {
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 16px;
}

.wrap-c {
	display: block;
	position: relative;
	padding-left: 33px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Hide the browser's default checkbox */
.wrap-c input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 2px;
	border: 1px solid white;
	background: rgba(0, 39, 118, 0.30);
}

/* On mouse-over, add a grey background color */
.wrap-c:hover input ~ .checkmark {
	background: rgba(0, 39, 118, 0.30);
}

/* When the checkbox is checked, add a blue background */
.wrap-c input:checked ~ .checkmark {
	background-color: #56D8FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.wrap-c input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.wrap-c .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#formulario a {
	text-decoration: underline;
	color: #ffffff;
	line-height: .5;
	display: block;
}
#formulario .btn {
	padding: 15px 40px;
}
.modal-body p {
    color: #000000;
    text-align: center;
			font-family: 'Inter', sans-serif;
}
.modal .modal-content, .modal .modal-header {
	    border: 0;
}
.modal .modal-content {
	background: #ffffff;
	border-radius: 30px;
}
.modal .modal-dialog {
	max-width: 600px;
}
.modal h5 {
	color: #56D8FF;
}
.modal-backdrop {
	filter: blur(1px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1 !important;
}
.erro h5{
	color: #FFDB6D;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .5;
}
