﻿body {
    font-family: 'Lato', sans-serif;
}

.container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.required {
    color: rgb(233, 71, 58);
    font-weight: 700;
}

.btn-clear, .btn-danger {
    background: rgb(233, 71, 58);
    color: white;
}

.btn-send {
    background: rgb(19, 149, 95);
    color: white;
}

.btn:hover {
    color: #fff;
}

li.spinner-border {
    margin-top: 2px;
    height: 20px;
    width: 20px;
}

textarea.form-control {
    min-height: 212px;
}

form.ng-submitted .form-control.ng-invalid {
    border-color: rgb(233, 71, 58);
}

@media (min-width: 1100px) {
    .container {
        max-width: 1100px;
    }
}
