@import url("bootstrap-extended.css");
@import url("colors.css");
@import url("components.css");

.grecaptcha-badge {
    width: 70px !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    right: -35px !important;
    top: -70px !important;
    position: absolute !important;
}

    .grecaptcha-badge:hover {
        width: 250px !important;
    }
