input[type="email"],
input[type="password"],
input[type="text"] {
    display: block;
    margin: auto;
    width: 60%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="text"]:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

div.entry-item label {
    display: inline-flex;
    margin-bottom: 0.5rem;
    width: 60%;
}

div.heading {
    display: none;
}

div.captcha-display-control {
    text-align: center;
}

img.captcha-imageContent {
    display: inline-block !important;
}

div.captcha-control-buttons {
    display: inline-block;
}

#captchaControlChallengeCode-audio-playsection[style*="display: flex;"] {
    display: inline-block !important;
}

#captchaControlChallengeCode-audio-playbtn {
    content: "Play Audio";
    background: url('https://login-files.nfa.futures.org/src/images/captcha_play.png');
    background-size: 100%;
    background-size: 22px auto;
    background-color: transparent;
    border: none;
    height: 22px;
    width: 22px;
}

    #captchaControlChallengeCode-audio-playbtn:disabled {
        display: none;
    }

#captchaControlChallengeCode-switchCaptchaBtn {
    background: url('https://login-files.nfa.futures.org/src/images/captcha_audio.png');
    background-size: 100%;
    background-size: 22px auto;
    background-color: transparent;
    border: none;
    height: 22px;
    width: 22px;
}

    #captchaControlChallengeCode-switchCaptchaBtn:disabled {
        display: none;
    }

#captchaControlChallengeCode-generateCaptchaBtn {
    background: url('https://login-files.nfa.futures.org/src/images/captcha_new.png');
    background-size: 100%;
    background-size: 22px auto;
    background-color: transparent;
    border: none;
    height: 22px;
    width: 22px;
}

    #captchaControlChallengeCode-generateCaptchaBtn:disabled {
        display: none;
    }

#captchaControlChallengeCode_label {
    display: none !important;
}

#captchaControlChallengeCode:disabled {
    display: none;
}

#email_ver_but_edit {
    display: none !important;
    visibility: hidden;
}

div.password-label {
    display: inline-flex;
    width: 59%
}

#forgotPassword {
    clear: right;
    cursor: pointer;
    text-align: right;
    width: 60%;
}

.passwordReset-container {
    display: inline-flex;
    width: 60%;
    padding-top: 5px;
}

.entry-item,
.attrEntry {
    margin-bottom: 1rem;
}

    .entry-item > label,
    .attrEntry label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .attrEntry .error.itemLevel {
        display: none;
        margin-bottom: 0.5rem;
    }

.error p,
.verificationErrorText.error {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.content-container {
    padding-top: 30px;
}

#footer-container {
    padding-top: 70px;
}

