.volunteer {
    color: #F15B43;
    font-size: 25px;
    font-weight: bold;
     font-family: "Times New Roman", Sans-serif !important;
}

.para-1 {
    color: #364F75;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Times New Roman", Sans-serif !important;
    text-align: left !important;
}

@media screen and (max-width:1024px){
    .para-1{
    text-align:center !important;
    }
}
h2.volunteer {
     font-family: "Times New Roman", Sans-serif !important;
}
.volunter-fields{
width: 100%;
    /* max-width: 93%; */
    /* padding: 16px;    */
    border-radius: 8px;
    border: 10px solid #364F75;
    margin-bottom: 10px;
    font-size: 20px;
} 
.g-recaptcha{
width: 100%;
    /* max-width: 93%; */
    /* padding: 16px;    */
    border-radius: 8px;
    /*border: 10px solid #364F75;*/
    margin-bottom: 10px;
    font-size: 16px;
} 
@media (max-width: 320px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: center;
  }
}


button.volunteer-submit-btn{
    float: right;
    margin-top: 10px;
}
.alert {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}