#captcha {
    margin-bottom: 2px;
  }

.visualCaptcha-explanation {
    margin-bottom: 5px;
  }
  
  #bcdBodyContainer .login {
    /* height: 320px; */
    height: 450px;
  }
  
  @media only screen and (min-width: 750px) {
    .visualCaptcha-possibilities .img {
      /* border: 3px solid #ffffff; */
      /* border: 3px solid #919090; */
      /* border-radius: 3px; */
      margin-left: 1px;
      margin-top: 1px;
      margin-bottom: 1px;
      margin-right: 1px;
    }
  }
  
  .visualCaptcha-refresh-button {
    /* border-radius: 100px; */
    border-radius: 4px;
  }
  
  .login {
    padding-bottom: 5px;
  }
  

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

html {
    height: 100%
}

body {
    margin: 0;
    height: 100%;
    font-family: 'Oxygen', sans-serif
}

.wrap {
    min-height: 768px;
    height: 100%;
    padding: 10px 0;
    background-color: #32ab90;
    background-image: url(../img/bg_demo.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 100% 100%;
    overflow-y: scroll
}

.logo {
    text-align: center;
    margin: 23px auto;
    display: block
}

.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 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
    margin: 0 15px
}

@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-family: 'Oxygen', sans-serif;
    font-size: 20px;
    color: #2274a2;
    font-weight: 300;
    text-align: center
}

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

.frm-sample .form-control {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

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

.frm-sample .visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width: 750px) {
    .frm-sample .visualCaptcha .audioField {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 750px) {
    .frm-sample .visualCaptcha .audioField {
        padding: 20px;
        font-size: 25px;
        height: 64px;
        width: 240px;
        float: left
    }
}

.status {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #fbb6a9;
    padding: 10px;
    text-align: center;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #b41c1c;
    font-weight: 100;
    margin: 20px 0 24px
}

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

.status p {
    margin: 0
}

.submit {
    border-radius: 5px;
    background: #555551;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: bold
}

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

.submit:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer
}

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

.info-btn {
    border-radius: 5px;
    background: #4c80bd;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: 200
}

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

.info-btn:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer
}

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

.txt-center {
    text-align: center
}

.footer {
    margin: 10px 0;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px
}

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

.links {
    color: #fff;
    margin: 10px 0
}

.links p a {
    color: #fff
}

.links p a:last-child {
    text-decoration: underline
}

.nav-footer {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center
}

.nav-footer li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: center;
    padding-left: 1em;
    padding-right: 1em
}

.nav-footer li:first-child, .nav-footer li.first {
    padding: 0
}

.nav-footer li:last-child {
    padding: 0
}

.nav-footer li.last {
    padding: 0
}

@media only screen and (min-width: 750px) {
    .nav-footer {
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        margin: 10px 0
    }

    .nav-footer li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        display: inline;
        float: center;
        padding-left: 1.4em;
        padding-right: 1.4em
    }

    .nav-footer li:first-child, .nav-footer li.first {
        padding: 0
    }

    .nav-footer li:last-child {
        padding: 0
    }

    .nav-footer li.last {
        padding: 0
    }
}

.nav-footer a {
    text-decoration: none;
    color: #3bb6e4;
    text-transform: uppercase;
    font-size: 12px
}

@media only screen and (min-width: 750px) {
    .nav-footer a {
        font-size: 14px
    }
}

.icon-no, .icon-yes {
    display: block;
    float: left
}

.icon-no {
    height: 24px;
    width: 25px;
    background-image: url('/img/sprites-s15961808f9.png');
    background-position: 0 0;
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-no {
        background-image: url('/img/sprites-retina-s5dabdf0671.png');
        background-position: 0 0;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto
    }
}

.icon-yes {
    height: 24px;
    width: 25px;
    background-image: url('/img/sprites-s15961808f9.png');
    background-position: 0 -24px;
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-yes {
        background-image: url('/img/sprites-retina-s5dabdf0671.png');
        background-position: 0 -24px;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto
    }
}

  