﻿

.suscripcion {
    width: 100%;
}

input[type='text'], [type='email'], [type='number'], [type='date'], select, textarea {
    background: none;
    /*border: none;*/
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    /*text-transform: uppercase;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    input[type='text']:focus, [type='email']:focus, [type='number']:focus, textarea:focus {
        outline: none;
        padding: 0 0 0.875em 0;
    }

select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

button, input, select, textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}

button, select {
    text-transform: none;
}
