@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700,800');

body {
    background-image: url("../img/contacto.jpg");
    background-position: center;
    background-size: cover;
}
header .nav-item {
    margin-right: 50px;
}
#contenedor {
    background-color: rgba(255, 255, 255, .3);
    height: auto;
    margin-top: 105px;
    margin-bottom: 105px;
    border-radius: 100px;
}
#contenido{
    padding-left: 55px;
    padding-right: 55px;
}
.form-control{
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
}
#formulario .form-group {
    margin-top: 225px;
    width: auto;
    color: #FFFFFF;
}

#mensaje {
    margin-top: 100px;
    color: #FFFFFF;
}
.form-check-label{
    float: right;
    color: white;
    margin-top: 65px;
    font-size: 12px;
}
#formulario .form-control{
    width: 262px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus{
    outline: 2px solid #94d60a;
    background-color: transparent;
}
input, textarea, [contenteditable] {
    color: #666;
    caret-color: white;
}

.boton {
    border-radius: 12px;
    border-color: #93d617;
    color: white;
    border-width: 2px;
    font-size: 12px;
    margin-top: 123px;
    width: 110px;
    margin-bottom: 150px;
    float: right;
    margin-right: 25px;
}
.boton:hover, .boton:focus, .boton:active, .boton.active, .open > .dropdown-toggle.boton {
    color: #FFFFFF;
    background-color: #95c121;
    border-color: #FFFFFF; /*set the color you want here*/
}
.form-check-label p{
    margin: 0;
    font-size: 14px;
}
@media (min-width: 1200px){}
    .container {
        max-width: 1270px;
    }

@media (max-width: 992px) {
    #formulario .form-group {
        margin-top: 80px;
    }
}
@media (max-width: 768px) {
    .boton{
        margin-top: 25px;
        float: left;
    }
    .form-check-label{
        float: left;
        margin-top: 25px;
    }
}
@media (max-width: 422px) {
    .form-check-label{
        float: left;
        padding-left: 30px;
    }
    .form-check-label p {
        width: 210px;
        margin-bottom: 50px;
    }
    #boton{
        height: 50px;
    }
}