.btn {
    background: #3498db;
    background-color: #2980b9;
    -webkit-box-shadow: 0 1px 3px #666666;
    -moz-box-shadow: 0 1px 3px #666666;
    box-shadow: 0 1px 3px #666666;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.unigineCaptcha.unigineCaptcha {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: none !important;
    animation: none !important;
}

.unigineCaptcha-explanation.unigineCaptcha-explanation {
    background-color: transparent !important;
    color: #A0A6AC !important;
    margin-block-start: 0px;
    margin-bottom: 5px;
}

.unigineCaptcha-possibilities.unigineCaptcha-possibilities {
    margin-bottom: 10px;

    .disabled.disabled {
        pointer-events: none;
        cursor: default;
    }

    /* .img.img {
        border: 2px solid #013665;
    } */
}

.unigineCaptcha-button-group.unigineCaptcha-button-group {
    margin-top: 0px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.unigineCaptcha-check-button.unigineCaptcha-check-button {
    display: none !important;
    background-color: #eff3f7 !important;
    margin-bottom: -1px;
}

.unigineCaptcha-refresh-button {
    background-color: #eff3f7 !important;
}

.unigineCaptcha-accessibility-button {
    display: none !important;
    background-color: #eff3f7 !important;
}

.accessibility-description {
    background-color: transparent !important;
    color: #EFF3F7 !important;
}

.btn:hover {
    background: #3cb0fd;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, span {
    font-family: Arial, Helvetica, sans-serif;
}

#header h1,
#header h3 {
    line-height: 1;
}

#header h1 em,
#header h3 em {
    color: #d23112;
    font-style: normal;
}

#header h1 {
    font-size: 58px;
    margin: 0 auto;
    font-weight: bold;
}

#header h3 {
    line-height: 125%;
    font-family: Arial, Helvetica, sans-serif;
    color: #757880;
    margin-top: 2%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 3%;
    font-weight: normal;
    font-size: 20px;
}

@media (max-width:600px) {
    #header h1 {
        font-size: 50px;
    }
    #header h3 {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.center {
    text-align: center;
}

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

html {
    height: 100%
}

body {
    margin: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.wrap {
    /* min-height: 768px;
    height: 100%;
    padding: 10px 0;
    overflow-y: scroll */
}

.pre-captcha-wrapper {
    display: block;
    text-align: center;
    width: 100%
}

.pre-captcha-wrapper:not(.multiple) {
    margin: 0 auto
}

@media only screen and (min-width: 361px) {
    .pre-captcha-wrapper:not(.multiple) {
        max-width: 650px
    }
}

@media only screen and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
        margin: 0 auto
    }
}

@media only screen and (min-width: 361px) and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
        max-width: 650px
    }
}

.captcha-wrapper {
    // display: flex;
    /* padding: 10px 15px 10px;
    margin: 0 15px */
    margin-right: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 1101px) {
    .captcha-wrapper.multiple {
        display: inline-block;
        width: 45.1%;
        max-width: 620px
    }
}

@media only screen and (max-width: 1100px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 60px
    }
}

@media only screen and (max-width: 360px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 361px) {
    .captcha-wrapper {
        padding: 20px 83px 40px
    }
}

.captcha-wrapper h1 {
    font-size: 20px;
    text-align: center
}

@media only screen and (min-width: 750px) {
    .captcha-wrapper h1 {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.frm-sample .form-control {
    padding: 5px;
    height: 40px;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .frm-sample .form-control {
        font-size: 25px;
        padding: 20px;
        height: 64px
    }
}

.status {
    // background-color: #fbb6a9;
    // padding: 10px;
    color: red;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    // margin: 10px 0 12px
}

@media only screen and (max-width: 360px) {
    .status {
        font-size: 16px
    }
}

.status p {
    margin: 0
}

.submit {
    background: #9cd830;
    font-size: 15px;
    color: #033565;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .submit {
        font-size: 25px
    }
}

.submit:hover:enabled {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    cursor: pointer
}

.submit:disabled, .submit[disabled] {
    background: #EFF3F7 !important;
    color: black !important;
    cursor: default !important;
}

@media only screen and (max-width: 320px) {
    .submit {
        display: block;
        margin-bottom: 10px
    }
}

.info-btn {
    background: #006AAE;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .info-btn {
        font-size: 25px
    }
}

.info-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    cursor: pointer
}

@media only screen and (max-width: 320px) {
    .info-btn {
        display: block;
        margin-bottom: 10px
    }
}
