input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea,
textarea.form-control,
.select2-container--default .select2-selection--single {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    vertical-align: middle !important;
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    color: #aaa !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -o-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -ms-transition: all .3s !important;
    transition: all .3s !important;
}

    textarea,
    textarea.form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }

        input[type="text"]:focus,
        input[type="number"],
        input[type="email"]:focus,
        input[type="text"]:focus,
        textarea:focus,
        textarea.form-control:focus {
            outline: 0;
            background: #fff;
            border: 1px solid #888;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        input[type="text"]:-moz-placeholder,
        input[type="number"]:-moz-placeholder,
        input[type="email"]:-moz-placeholder,
        textarea:-moz-placeholder,
        textarea.form-control:-moz-placeholder {
            color: #999;
        }

        input[type="text"]:-ms-input-placeholder,
        input[type="number"]:-ms-input-placeholder,
        input[type="email"]:-ms-input-placeholder,
        textarea:-ms-input-placeholder,
        textarea.form-control:-ms-input-placeholder {
            color: #999;
        }

        input[type="text"]::-webkit-input-placeholder,
        input[type="number"]::-webkit-input-placeholder,
        input[type="email"]::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder,
        textarea.form-control::-webkit-input-placeholder {
            color: #999;
        }



/*button.btn,
a.btn {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 40px;
    vertical-align: middle !important;
    background: transparent;
    border: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: none !important;
    border-radius: 0px !important;
    -o-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -ms-transition: all .3s !important;
    transition: all .3s !important;
}*/

/*@media(max-width: 768px) {
    button.btn,
    a.btn {
        padding: 0 10px !important;
    }

    .select2 .select2-container .select2-container--default .select2-container--above .select2-container--focus,
    .select2 .select2-container .select2-container--default,
    .select2, .select2-container, .select2-container--default, .select2-container--above, .select2-container--focus {
        width: 100% !important;
    }
}*/

/*button.btn.btn-default,
a.btn.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

button.btn:hover,
button.btn:active,
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus {
    opacity: 0.6 !important;
    outline: 0 !important;
    color: #fff !important;
    background: transparent;
}

button.btn.btn-default:hover,
button.btn.btn-default:active,
button.btn.btn-default:focus,
button.btn.btn-default:active:focus,
button.btn.btn-default.active:focus,
a.btn.btn-default:hover,
a.btn.btn-default:active,
a.btn.btn-default:focus,
a.btn.btn-default:active:focus,
a.btn.btn-default.active:focus {
    opacity: 0.6 !important;
    outline: 0 !important;
    color: #000 !important;
    background: #ccc !important;
}*/

.select2 .select2-container .select2-container--default .select2-container--above .select2-container--focus,
.select2 .select2-container .select2-container--default,
.select2, .select2-container, .select2-container--default, .select2-container--above, .select2-container--focus {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit !important;
    line-height: 50px !important;
}