﻿
.mainContainer {
    background: url('../Images/Contacto/IMAGEN_FONDO_CONTACTUS.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0;
    padding:5% 18%;
}

h1.bussinessSide{
    color:white;
    font-family:Roboto-Medium;
    text-align: left;
    font-size:2.5554em;    
}

h2.roadSide{
    color:white;
    text-align:left;
    font-size:1.22223em;
    font-family:Roboto;
}

.noPadding
{
    padding:0 0.25%;
}

.textBoxContact
{
    width:99%;
    margin:0;
        
    border-radius:0;
    font-family:Roboto;
    font-size:1.3333em;
}

.dropDownList
{
    width:99.55%;
    margin:0;  
    padding:0;  
    font-family:Roboto;
    font-size:1.3333em;
    border-radius:0;
}

.dropDownList option
{
    background-color:#E8E8E8;
}

.textBoxMessage
{
    width:99.55%;
    margin:0;    
    border-radius:0;
    font-family:Roboto;
    font-size:1.3333em;
    resize:none;
}

.btn.buttonText
{
    padding:0;
    font-family:Roboto-Bold;
    font-size:1.6667em;
    color:white;
    text-align:center;
}
.btn.btnStart
{
    background-color:#00C3FF;
    padding:1.7% 9% 1.7% 9%;
    border-radius:0.25em !important;
    text-align:center;
    width:30%;
    border:none;
}

.btn.btnStart:hover
{
    background-color:#29AAE1;
}