
.logo img {
    height: 70px;
    width: auto;
}
.logo {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    position: relative;

}
#main-form h1, #main-form h2 {
    color: #004991;
}
.submit-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
    width: 100%;
    padding-left: 0;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 60px;
    padding: .375rem .75rem;
    /* font-weight: 400; */
    line-height: 60px;
    color: #253069;
    background-color: #EBECF1;
    border: none;
    border-radius: 0;
    font-size: 18px;
    text-align: left;
    padding-left: 38px;
}
.help-block.form-error{
    line-height: 20px;
    margin-bottom: 20px;
}



@media (max-width: 768px){

  .logo img {
    height: 40px;
}
.form-content {
    margin-top: 1.5vh;
    height: 92.5vh;
}
#main-form h1, #main-form h2 {
    font-size: 1.8em!important;
}
#main-form h3 {
    font-size: .60em;
    margin-bottom: 1em;
}
.slider-input {
    font-size: 1.2em;
}

}