/****** PLACE YOUR CUSTOM STYLES HERE ******/

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: white !important;
}
    
.btn-success:hover {
    color: #00ADF2 !important;
    background-color: #ffffff !important;
    border-color: #00ADF2 !important;
}
    
.texto-formulario{
    
    font-family: Noto
    color: #red !important;
    
}

a.bot-header{
            letter-spacing: 10px;
            line-height: 48px;
            margin-top: 5px;
            height: 50px;
            border: 2px solid #00ADF2;
            background: #00ADF2;
            color: #fff !important;
            font-weight: bold !important;
        }
    a.bot-header:hover{
            height: 50px;
            border: 2px solid #00ADF2;
            background: #ffffff;
            color: #00ADF2 !important;
        }

.email{
    width: 50% !important;
    height: 50px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }
