html, body {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: verdana;
    color: #444;
    font-size: 11px;
}

.pageContainer {
    text-align: left;
    width: 100%;
    margin: 38px auto;
    text-align: left;
    border-style: solid;
    border-width: medium 0 0;
    border-color: #6e6e6e;
    border-width: 15px 4px 4px;
}

.authQuestionWrapper {
    margin: 0;
    padding: 45px 80px 0;
    height: auto;
    width: 100%
}

.authQuestionContent {
    position: relative;
    left: 3px;
    font-size: 11px;
}

.authQuestionTitle {
    background-color: transparent;
    bottom: 10px;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: auto;
}

.authQuestionHeading {
    background-color: #F0F0F0;
    border-bottom: 1px solid #FFF;
    color: #424242;
    font-weight: bold;
    padding: 3px 9px 11px 0;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
}

.authAsteriskLabel {
    margin-bottom: 10px;
    *margin-bottom: -15px;
    margin-top: 10px;
}

.authQuesWrongAnswerError {
    color: red;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    margin-bottom: 2px;
    margin-top: 10px;
    width: 100%;
}

.challengeQuestionList {
    margin-top: 10px;
}

.authQuestionLabel {
    margin-bottom: 10px;
    font-weight: bold;
}

.challengeSecurityAnswer span {
    font-size: 11px;
    color: red;
    font-weight: bold;
}

.challengeSecurityAnswer label {
    display: block;
    float: left;
    width: 130px;
    font-weight: bold;
}

.challengeSecurityAnswerError {
    margin-bottom: 10px;
    color: red;
    padding-left: 130px;
}

.authQuestionSubmit {
    background-color: #F2F2E1;
    height: 57px;
    width: 100%;
    margin-bottom: 40px;
}

.authQuestionSubmit input#authQuestionSubmitButton {
    background-color: #999;
    color: white;
    font-family: Arial, Liberation Sans, DejaVu Sans, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 25px;
    left: 228px;
    position: relative;
    top: 16px;
    width: 65px;
    cursor: pointer;
    padding-bottom: 5px;
    border: medium none;
}

.spinner {
    display: none;
    height: 57px;
    width: 100%;
    margin-bottom: 40px;
}

.spinner img {
    left: 228px;
    position: relative;
    top: 16px;
    cursor: pointer;
    padding-bottom: 5px;
    border: medium none;
}

* {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}