/* Start custom CSS for shortcode, class: .elementor-element-f521cd5 */h1 {
    color: #003A5C;
    font-weight: bold;
}

label {
    margin: 5px;
    margin-bottom: 10px;
}

input[type=submit] {
    line-height: 1.5;
    width: auto;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    transition: all .3s;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-color: #003a5c;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #003a5c;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 25px 10px 25px;
    margin-right: 28px;
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: #7A7A7A;
}/* End custom CSS */