.error-form-message {
    color: #dc3545 !important;
}

.form-checkbox {
    transform: scale(1.3);
    margin-right: 10px;
}

.form-checkbox-label {
    display: unset !important;
}

.btn-common:disabled {
    background-color: #2874fd;
    pointer-events: none;
}

.btn-black-disabled {
    background-color: #414141 !important;
}

.btn-circle-icon i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 45px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.btn-circle-icon {
    border-radius: 45px;
}

.primary {
    background: #0055e8;
}

.primary:hover {
    background: #2e76ff;
}

.danger {
    background: #dc3545;
}

.danger:hover {
    background: #e36876;
}

.shadow-black {
    text-shadow: 0 0 10px #000;
}

.hero-image {
    object-fit: cover;
    object-position: top;
    height: 450px;
}

.footer-logo {
    background: white;
    border-radius: 20px;
    width: 100%;
    padding: 15px;
    max-width: 200px !important;
}

.bg-diff {
    background: #f3f4f3;
}

#landing-strip-section {
    padding: 20px
}

.speaker-name {
    font-size: 26px;
}

@media (max-width: 1441px) {
    .navbar-brand {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 5px;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    h1#hero-title {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .hero-image {
        object-fit: unset;
        object-position: unset;
        height:unset;
    }
}
