    html,
        body,
        .view {
          height: 100vh;
        }

        @media (max-width: 740px) {
          html,
          body,
          .view {
            height: 815px;
          }
        }

        @media (min-width: 800px) and (max-width: 850px) {
          html,
          body,
          .view  {
            height: 650px;
          }
        }

        .navbar {
            background-color: #c81f1d !important;
        }
        }
        @media (max-width: 768px) {
            .navbar:not(.top-nav-collapse) {
                background: #c81f1d !important;
            }
        }
        @media (min-width: 800px) and (max-width: 850px) {
            .navbar:not(.top-nav-collapse) {
                background: #c81f1d!important;
            }
        }

        .card {
            background-color: rgba(229, 228, 255, 0.2);
        }
        ._md-form label {
            color: #ffffff;
        }
        h6 {
            line-height: 1.7;
        }
        .navbar-toggler,
        .navbar {
            color: #ffffff;
        }

        .navbar-brand img {
            height: 40px;
        }

        .navbar .nav-item .nav-link {
            font-weight: 700;
        }

        .navbar.navbar-light .breadcrumb .nav-item.active {
            border-bottom: 2px solid #ffffff;
        }


        .card {
            margin-top: 30px;
            /*margin-bottom: -45px;*/

        }
        label.error {
            background-color: #ffffff;
            z-index: 10000;
            color: #cc0000;
        }

        ._md-form input[type=text]:focus:not([readonly]),
        ._md-form input[type=password]:focus:not([readonly]) {
            border-bottom: 1px solid #8EDEF8;
            box-shadow: 0 1px 0 0 #8EDEF8;
        }
        ._md-form input[type=text]:focus:not([readonly])+label,
        ._md-form input[type=password]:focus:not([readonly])+label {
            color: #8EDEF8;
        }

        ._md-form .form-control {
            color: #fff;
        }
        
        .navbar-brand {
            font-weight: 900;
            color: #ffffff !important;
            font-size: 1.5em;
            text-transform: uppercase;
        }
        @media (max-width: 740px) {
            .navbar-brand {
                font-size: 1.25em;
                margin-right: 0;
            }
        }


body {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-weight: 900;
    font-size: 2.25rem;
    text-transform: uppercase;
}
h5 {
    font-weight: 400;
    font-size: 1.5rem;
}
header {
    color: #ffffff;
    background-color: #c81f1d;
}
.horizontal-line {
    height: 1px;
    margin: 6px 0;
    background-color: #c81f1d;
}
.cbt-bg-red:hover {
    color: #c81f1d !important;
    border: 1px solid #c81f1d !important;
}
.cbt-text-red {
    color: #c81f1d !important;
}
.cbt-bg-red2,
.cbt-bg-red {
    background-color: #c81f1d;
    text: #ffffff;
}
.btn:disabled {
    color: #222222 !important;
    background-color: #dfd0d0;
}
.mh-100 {
    min-height: 100vh;
}
#applicationForm p.lead {
    padding: 0.5em 1em;
}
.file-upload-previews {
    display: none;
}
 
#navbarDropdownMenuLink3.dropdown-toggle::after {
    display: none;
}