.product-logo {
    height: auto;
    width: 120px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .product-logo-front {
        width: 100px;
        height: 100px;
    }

    .captcha-div {
        text-align: center;
        padding-top: 20px;
    }

    .g-recaptcha {
        display: inline-block;
    }
}

.fit-text {
    text-align: justify;
    margin-bottom: 30px;
}

a span {
    text-decoration: none !important;
}

div.required-captcha > div > div {
    border: 1px solid rgb(200, 10, 20);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(200, 10, 20, 0.6);
}
.error{
  color: #dc3545;
}
input.is-invalid{
  border-color: #dc3545 !important;
}
.hidden{
    display: none;
}