/*Estilo site Kratos.*/
*{
	margin: 0;
	padding: 0;	
}
body{
	font-family: "Times news Roman", Arial, sans serif;
	font-size: 16px;
}


.contact-form{
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-form form{
    padding: 10%;
}
.contact-form form .row{
    margin-bottom: -5%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -12%;
    text-align: left;
    width: 100px; 
    border-bottom: 3px solid #6495ED; 
    color: #3234C1; font-family:Times news Roman;
}

.contact-form .btnContact {
    width: 60%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #3234C1;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

