﻿
.grecaptcha-badge {
    bottom: 65px !important;
}

.form-signin {
    max-width: 330px;
}

.g-recaptcha {
    overflow: hidden;
    width: 298px;
    height: 74px;
    margin: auto;
}

iframe {
    margin: -1px -2px 0px -2px;
}

#sheridan-s-logo-landing {
    width: 68px;
}

/* Select elements with a specific data-bs-theme value */
[data-bs-theme="dark"] #sheridan-s-logo-landing {
    content: url('../img/sheridan-s-white.svg');
}

[data-bs-theme="light"] #sheridan-s-logo-landing {
    content: url('../img/sheridan-s-blue.svg');
}

.footer-spacer {
    height: 2rem;
}
