.image-en {
    background-image: url("../images/main-en.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}
.image-pt {
    background-image: url("../images/main-pt.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}
.image-es {
    background-image: url("../images/main-es.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.main-container{
    margin: 25px auto;
    height: auto;
    max-width: 928px;
    padding-top:1050px;
    color:#FFF;
    text-align: center;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.6);
}

form.main-form{
    padding: 20px 22px 0px 22px;
    background-color:#860f1d;
}
form.main-form h2{
    margin:0px;
    font-size:13px;
    text-transform: uppercase;
}

form.main-form .input input{
    width:100%;
    border:0px;
    color:red;
    margin:0px;
    margin-top:12px;
    line-height: 38px;
    height:38px;
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.5);
            box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.5);
}
form.main-form .submit input{
    width: auto;
    border:0px;
    line-height: 38px;
    height:38px;
    background: transparent;
    text-transform: uppercase;
    font-size:15px;
}

form.main-form .submit:hover, form.main-form .submit:active {
    text-decoration: underline;
}