@import "https://code.jquery.com/ui/1.12.0/themes/smoothness/jquery-ui.css";

@media only screen and (max-width: 600px) {
	.acac-form-main {
		margin: 0px!important;
	}
}

.text-center{
    text-align: center;
}

.w-100{
    width: 100%;
}

.pt-5{
    margin-top: 10px;
}


.acac-form-main {
    background-color: white;
	margin: 50px;
}

.acac-form-container{
    background-color: white;
}

.input-cedula, .input-phone{
	background-color: rgba(0,0,0,.04);
    border-radius: 4px;
    border: 2px solid transparent;
	padding: 10px;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
}

button.send-data-form.pt-5.extra-color-1 {
    background-color: #002bff;
    color: white;
    font-size: 1em;
    padding: 10px;
	border: none;
}

.acac-form-main > .buttons {
    margin-top: 20px;
    padding-bottom: 20px;
}

.response-msg-acac{
	background-color: white;
	text-align: center;
	color: black;
}

.ui-widget-content {
    background: #0e3193!important;
    box-shadow: 3px 3px 3px #000000;
    border: 1px solid yellow;
    font-size: 19px;
}

button.send-data-form.pt-5.extra-color-1 {
    background-color: #0e3193!important; 
}

.w-50{
	width: 50%!important;
	float: left;
}

.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

#aceptterms {
    font-size: 16px!important;
}

.error-border {
    border: solid 1px #f78c8c;
    background-color: #f1cbcb;
}

button.send-data-form.pt-5.extra-color-1 {
    cursor: pointer;
}

.hide{
    display: none!important;
}
