﻿.mainTitle {
    display: inline-block;
    box-sizing: border-box;
    color: #4C565E;
    font-size: 24px;
    padding: 0 0 12px 0;
    margin: 0;
    border-bottom: 2px solid #6CAEE0;
}

.input-validation-error {
    border: 1px solid #dc3545;
}

#submitBtn {
    position: fixed;
    bottom: 0;
    right: 0;
}

.customBgBlue {
    color: white;
    background-color: #6CAEE0;
}

.customBgCrit {
    background-color: #FF0000;
}

.customBgAlto {
    background-color: #F55E0D;
}
.customBgMed {
    background-color: #FCCF00;
}
.customBgBaixo {
    background-color: #32C614;
}
.customJumbotron {
    background-color: white;
    padding: 1%;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #E3E3E3 !important;
    font-style: italic;
    font-size: 14px;
}