@font-face {
    font-family: 'Montserrat';
    src: url("https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2");
}

body {
    background: #fefefe;
}

label, p, span, h1, h2, h3 {
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.2;
}

h1.header-page-intro {
    color: #0091c4;
    text-align: center;
    font-size: 28px;
    font-family: 'Montserrat', cursive;
    margin-top: 10px;
    margin-bottom: 40px;
}

label {
    text-transform: uppercase;
}

label.form-check-label{
    color: #0096fa;
}

.form-container {
    border-radius: 8px;
    color: #fff;
    border: .0625rem solid #c1c1c1;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, .15) 0 20px 60px -5px;
}

.info-text {
    color: #53565a;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

#emailSentTitle {
    color: rgba(122, 110, 107, .99) !important;
}

#logoutReminder {
    color: #de3700;
    font-weight: bold;
}

.form-group label {
    font-size: 14px;
    font-weight: 400;
}

.help-block {
    color: #dc3545 !important;
}

#divOverrideFlag > .text-info {
    color: #dc3545 !important;
    font-weight: bold;
}

.textarea-1 {
    min-width: 100%;
    color: #495057 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #495057 !important;
    opacity: 1; /* Firefox */
}
