/* Add here all your CSS customizations */
.img-fluid {
	max-width: 400px;
	height: auto;
}
.text-color-soft-light {
	color: #c3c3c3 !important;
}

@media screen and (max-width: 575px) {
    #rc-anchor-alert, #rc-imageselect, .g-recaptcha {
        transform: scale(0.72);
        -webkit-transform: scale(0.72);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}