#msg {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.87);
    background-color: #b71c1c;
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 3.25rem;
    text-align: center;
    font-weight: 500;
    font-variant: all-petite-caps;
    width: 100% !important;
    border-radius: 0.25rem;
}

form.user .form-control-user {
    font-size: 0.9rem;
    border-radius: 0.2rem !important;
    padding: 1.3rem 1rem;
}

.card {
    border-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.card-header {
    height: 2.5rem;
    padding-top: 0.75rem !important;
    border-radius: 0 !important;
}

.failed,
.success {
    font-size: 0.8rem !important;
    transition: background-color 0.15s linear;
}

.btn span {
    vertical-align: middle;
    border-width: medium;
    margin-right: 0.5rem;
    margin-bottom: 0.225rem;
}

.ut-0 {
    padding: 2rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
}

.row {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.btn {
    height: 2.5rem !important;
}

.ut-00 {
    max-width: 25rem !important;
    margin: 0 auto;
}

.ut-01 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    color: white !important;
    width: 100%;
    text-align: center;
    background-color: #00000045;
    padding: 1rem;
}
