.g-recaptcha {
    margin-top: 25px;
}

.g-recaptcha>div,
.spanCaptcha>#spanCaptcha,
.divSubmit>button {
    margin: auto;
    text-align: center;
}


.select2 {
    width: 100% !important;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}