* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Open Sans", sans-serif;
}
body {
}
.boxForm {
    width: 370px;
}
.txtTelefone {
    width: 126px !important;
    margin-right: 4px !important;
}
input[type="text"],input[type="email"], textarea {
    border: 2px solid #a6c3cf;
    border-radius: 10px;
    float: left;
    font-size: 15px;
    font-family: sans-serif;
    font-style: italic;
    color: #0F488A;
    padding: 4px 0px 4px 16px;
    margin: 0px 0px 9px 0px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    background-color: #ffffff;
}
input[type="text"],input[type="email"] {
    height: 26px;
}
input[type="text"] {
    width: 320px;
}
input[type="email"] {
    width: 170px;
}
textarea {
    width: 320px;
    height: 40px;
    padding-top: 12px;
}
.submit {
    border: 2px solid #28A423;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
    float: left;
    font-size: 20px;
    font-family: sans-serif;
    font-style: italic;
    color: #ffffff;
    margin: 0px 0px 14px 0px;
    background-color: #36D531;
    width: 340px;
    height: 48px;
    cursor: pointer;
    transition: background-color 0.5s;
}
.submit:hover {
    background-color: #28A423;
}
::-webkit-input-placeholder {
    color: #0F488A !important;
}
:-moz-placeholder {
    color: #0F488A !important;
}
::-moz-placeholder {
    color: #0F488A !important;
}
:-ms-input-placeholder {
    color: #0F488A !important;
}
#obrigado {
    color: #000;
    font-size: 29px;
    font-style: italic;
    height: 126px;
    margin: 27px 0 0;
    text-align: center;
    width: 360px;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    border-radius: 7px;
}
#msgErro {
    color: #000;
    font-size: 29px;
    font-style: italic;
    height: 126px;
    margin: 27px 0 0;
    text-align: center;
    width: 360px;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    border-radius: 7px;
}
#outroFormulario a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
#outroFormulario a:hover {
    text-decoration: underline;
}
@-moz-document url-prefix("") {
}
@media (max-width: 310px) {
    .boxForm {
        width:370px;
    }
    input[type="text"],input[type="email"], textarea {
        float: left;
        font-size: 19px;
        padding: 4px 0px 4px 16px;
    }
    input[type="text"],input[type="email"] {
    }
    input[type="text"] {
        width: 254px;
        clear: both;
    }
    input[type="email"] {
        width: 256px;
    }
    textarea {
        width: 256px;
        height: 40px;
        padding-top: 12px;
    }
    .submit {
        width: 276px;
        height: 48px;
    }
    .txtTelefone {
        width: 256px !important;
    }
    #obrigado {
        color: #247132;
        font-size: 29px;
        font-style: italic;
        height: 126px;
        margin: 27px 0 0;
        text-align: center;
        width: 270px;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
        padding-top: 15px;
        border-radius: 7px;
    }
    #msgErro {
        color: #247132;
        font-size: 29px;
        font-style: italic;
        height: 126px;
        margin: 27px 0 0;
        text-align: center;
        width: 270px;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
        padding-top: 15px;
        border-radius: 7px;
    }
    #outroFormulario a {
        color: #247132;
        line-height: 29px;
    }
}
