div#secret-question-page {
    min-height: calc(100vh - 8px);
    min-width:calc(100vw - 8px);
    line-height: normal;
    margin: 4px;
    margin-top: -44px;
    background-color: white;
    overflow: hidden;
    border:1px solid #eee;
    text-align: center;
    font-size:0.9em;
    color: rgb(0, 174, 239); /* @primary */
}

#secret-question-page div#secret-question-page label {
    font-size:0.7em;
}

#secret-question-page div.secret-question-image-separator > img {
    height: 40px;
    background: rgb(0, 174, 239); /* @primary */
    border-radius:50%;
    border-left:4px white solid;
    border-right:4px white solid;
}
#secret-question-page div.secret-question-image-separator:after {
    content: "";
    display: block;
    height:1px;
    margin-top:-28px;
    margin-bottom: 28px;
    border-top: 1px solid #ddd;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#secret-question-page img#secret-question-logo {
    margin: 25px auto;
    max-height: 15vh;
    max-width: 90vw;
}

#secret-question-page img#secret-question-alt-logo {
    margin: 25px auto;
    max-height: 8vh;
    max-width: 70vw;
}

#secret-question-page p.secret-question-title {
    font-size: 20px;
    padding: 8px;
}

#secret-question-page input[type='text'],
#secret-question-page input[type='number'],
#secret-question-page input[type='tel']{
    font-size:16px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    text-align: center;
    border:1px #aaa solid;
    border-radius: 2px;
}

#secret-question-page #submitSecretQuestionAnswer {
    margin-top:5%;
    padding:2%;
    background: rgb(0, 174, 239); /* @primary */
    color: white;
    width: 80%;
    border: none;
    text-decoration: none;
}
