/**
* Theme Name: Aguapure Child
* Description: This is a child theme of Aguapure, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: aguapure
* Version: 1.1
*/

label {
    display: block;
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    border-bottom: 1px solid #0C1C43;
}

textarea {
    height: 80px;
}

input[type=submit] {
    padding: 10px 15px;
    background-color: #ec1c24;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
} 