form label {
    font-family: 'Montserrat', sans-serif;
    color: #616161;
    font-weight: 600;
}

.custom-heading{
    text-align: center;
    margin-bottom: 10%;
    font-family: 'Montserrat', sans-serif;
} 

.custom-heading h2 {
    font-size: 24px;
}

.custom-heading p {
    font-size: 14px;
}

.custom-heading-2{
    margin-bottom: 10%;
    font-family: 'Montserrat', sans-serif;
    padding-top: 15%;
    margin-bottom: 15%;
} 

.custom-heading-2 h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}

.custom-heading-2 p {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 600;
}


.container-logo {
    margin-top: 10px;
}

.submit-button{
    background-color: #fc4e28;
    border-color: #fc4e28;
    display: block;
    width: 100%;
    font-size: 14px;
}

.submit-button:hover {
    /* background-color: #fc4f28c4 !important;
    border-color: #fc4e28 !important; */
    background-color: #fc4e28;
    border-color: #fc4e28;
}

.submit-button:focus, .submit-button:active, .submit-button:disabled {
    background-color: #616161 !important;
    border-color: #616161 !important;
}

form {
    margin-bottom: 20%;
}

.footer-content{
    color: #383B3D;
    padding: 1% 0 5% 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.warning-message {
    display: none;
    font-family: 'Montserrat', sans-serif;
    color: #ea900d;
    font-size: 14px;
}

input[type="file"] { 
    opacity: 0; /* make transparent */
    z-index: -1; /* move under anything else */
    position: absolute; /* don't let it take up space */
}

input[type="file"]:focus + label {
    outline: 2px solid;  /* example focus style */
}

.file-input-wrapper{
    position: relative;
}

.file-input-info-area{
    font-size: 12px;;
    padding: 10px 0;
}

@media (max-width: 769px) {
    .custom-heading, .custom-heading-2 {
        margin-top: 10%;
    }
  }