/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */


/* White input in signup form */

.mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=url], .mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=number], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
    color: #fff!important;
}

.checkout-message {
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    color: #535353;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #16baf5;
    position: relative;
    min-height: 50px;
    padding: 14px 10px 14px 60px;
    margin-bottom: 20px;
    display: block;
}