.modal_content label,
.color-fff{color: #fff}

.obrigado{padding: 200px 0}

.alert{
	padding: 20px;
	border-radius:10px;
	background: #3f51b5;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 24px 41px, rgba(0, 0, 0, 0.06) 0px 9px 22px !important;
}

.alert-error{background: red}

.modal_content submit,
.modal_content button{
	-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;
}

.modal{
	background: url(assets/img/desktop/formulario.png) center no-repeat;
	background-size: cover;
}

.modal-dialog{position: initial !important;}

.modal-content{
	position: initial !important;
	background: none;
	border: none;
}

.modal .btn-close{
	position: absolute;
    top: 30px;
    right: 30px;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.modal-header{border: none;}

.modal-title{
	text-align: center;
    width: 100%;
    color: #fff; 
    font-size: 28px;
    font-weight: bold;
}

.modal_content{
	width: 48%;
	border-radius: 30px;
    padding: 40px;
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 24px 41px, rgba(0, 0, 0, 0.06) 0px 9px 22px !important;
}

#modalCadastro .modal_content{width: 100%;}

.modal-body.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modal_content h5{color: #fff;font-weight: bold;}

.modal_content button{
	background: #bf0b1d;
    border: 1px solid red;
    padding: 12px;
    border-radius: 100px;

    color: #fff;
}

.modal_content button:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 24px 41px, rgba(0, 0, 0, 0.06) 0px 9px 22px !important;
	transform: scale(1.1);
	background: #621418;
    border: 1px solid #bf0b1d;
}

#modalCadastro .modal_content button[type="submit"]{
	background: #009688;
	border: 1px solid  #00f4de
}

.modal-footer{border-color: rgba(255, 255, 255, 0.08);}


@media screen and (max-width: 991px) {
	
	.modal_content {
	    width: 100%;
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	
	.cadastre-se {
	    background: #ffc600;
	}

	.obrigado{padding:100px 0}

}
