.container {
    padding-top: 10px;
}

* {
    font-family: 'Roboto', sans-serif;
}

.submitButton {

    background-color: #ec1b26;
    border: solid 1px #ff3f3f;
    color: #fff;
    padding: 14px 20px;
    margin: 10px 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
}

    .submitButton:hover {
        background-color: #9f070a;
        color: #fff;
    }

.fieldlabel {
    color: #fff;
    margin-bottom: 1px !important;
    font-size: 18px;
    font-weight: normal;
}

.modal-dialog {
    margin-top: 80px !important;
    padding: 10px;
}

.modal-header {
    background-color: #9f070a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-title {
    font-size: 14px;
}

.lblMessage {
    color: #2b2a2a;
    font-size: 14px;
    font-weight: 100;
}

#myModalLabel {
    color: #fff;
}

.modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-group {
    text-align: center;

    /* margin-right: 40px !important; */
    margin-left: 5px !important;
    width: auto;
    max-width: 800px !important;
    min-width: 200px !important;
}

.form-control {
    height: 4.2rem;
    text-align: center;
    font-size: 2.2rem !important;
}

form {
    background: #991217 !important;
    display: inline-block !important;
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

body {
    background: #991217 !important;
}

    .row {
        text-align: center !important;
    }

.captchaImage {
    border-radius: 8px 8px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    height: 75px !important;
    width: 180px !important;
    border: 1px solid maroon !important;
    margin: 0 auto;
}

.rcRefreshImage {
    color: #d0ae0b
}

    .rcRefreshImage:hover {
        color: #f5cd0c
    }

.captchaTextBox {
    margin: 0 auto;
    margin-top: 10px !important;
    margin-bottom: 3px !important;
    width: 180px !important;
}

.captchaLabel {
    margin: 0 auto;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
    font-style: italic !important;
    color: #fff !important;
}

.captchaContainer > span {
    color: red !important;
}

.captchaContainer {
    margin-top: 5px;
}

    .captchaContainer > span {
        color: #1f1d1d !important;
    }
