/* Add your custom CSS styles here */
.oneLineForm{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}
.emailField, .subscribeSubmitBtn{
    color: #373737 !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important; 
    border-radius: 50px !important; 
}
.emailField{
    border: 1px solid #ddd !important;
    background-color: transparent !important;
    padding: 10px 20px !important;
    width: 100% !important;
    line-height: 0 !important;
    height: auto !important;
    margin-bottom:0px !important;
}
.emailField:focus {
    outline: none !important;
    -webkit-appearance: none !important;
}
.subscribeSubmitBtn{
    cursor: pointer !important;
    position: absolute !important;
    right: 0 !important;
    background-color: #00aeef !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    border: 1px solid #00aeef !important;
}
.error-message, .success-message, #email-collector-message {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.error-message {
    color: red !important;
}
.success-message {
    color: green !important;
}
.grecaptcha-badge {
    display: none !important;
}
button[disabled], html input[disabled]{
    border: 1px solid #7cdbff!important;
    opacity: 1 !important;
    background-color: #7cdbff !important;
    cursor:not-allowed;
    cursor: not-allowed !important;
}