﻿#languageLocale {
    margin-top: 20px;
    width: 100px;
    color: #000000;
}

#logo {
    width: 150px;
    height: inherit;
    margin-left: 0px;
    margin-top: 10px;
}

select.styled {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    color: #555;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px 10px;
    width: 200px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/images/selectbg.png) no-repeat 96% center;
}

    select.styled.styled-sm {
        width: 150px !important;
        background-position: 95% center;
    }

iframe.signout {
    border-width: 0px;
}

#registration-form button {
    margin-top: 20px;
}
.card {
    box-shadow: none;
    background-color: var(--background-color);
}

.non-bold {
    font-weight: normal;
}

.receive-reminders {
    display: none;
}

/* up to md */
@media screen and (max-width:991px) {

    body {
        margin-bottom: 110px;
    }

    .footer-links {
        float: left;
    }

    .guest-reg #State {
        margin-bottom: 20px;
    }

    .participant-reg, .sso-reg #DateOfBirth {
        margin-bottom: 20px;
    }

    .footer-content {
        position: relative;
        transform: none;
        top: auto;
        text-align: center;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        float: none;
    }

    .footer-content-block {
        height: auto;
    }
}
