/*  APP
 -------------------- */

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}


/*  FORMS
 -------------------- */

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    padding-left: 11px;
    padding-right: 11px;
}
.form-control {
    border-radius:2px;
}


/* ALERTS
 -------------------- */

.confirm,
.warning,
.error {
    padding: 20px;
    margin: 0 0 1em;
    color: #111;
}
.confirm ul,
.warning ul,
.error ul {
    margin-bottom: 0;
}
.confirm {
    background: #27ae60;
    color: #fff;
}
.warning {
    background: #e67e22;
    color: #fff;
}
.error {
    background: #d35400;
    color: #fff;
}
.confirm h3,
.warning h3,
.error h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.confirm h4,
.warning h4,
.error h4,
.alert h4 {
    border-bottom: 0;
}

.alert {
    border: none;
    border-radius: 2px;
}
.alert-error,
.alert-danger {
    background: #d35400;
    color: #fff;
}
.alert-notice {
    background: #f39c12;
    color: #fff;
}

.alert-success {
    background: #27ae60;
    color: #fff;
}


/* BUTTONS
 -------------------- */

.btn {
    border-radius: 2px;
}
