/*! responsive reCAPTCHA by jaicab - https://github.com/jaicab/responsive-reCAPTCHA */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#responsive_recaptcha {
    background-color: rgb(255, 255, 255);
    padding: 0.5em;
    border-radius: 1em;
    position: relative;
    overflow: auto;
    max-width: 480px;
    /* font: 0.75em/1em "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* color: #ffffff; */
    /* font-size: 2.2em; */
    font-family: sourcesansSemibold;
    border-style: solid;
    border-color: rgb(202, 214, 215);
    border-width: 1px;
}
#responsive_recaptcha a {
    /*color: #ffffff;*/
    color:#5d5dca;
    font-size:x-small;
    font-weight:normal;
    text-decoration: none;
    cursor:pointer;
}
#responsive_recaptcha img,
#responsive_recaptcha #recaptcha_image {
    width: 100% !important;
    height: auto !important;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align:center;
}
#responsive_recaptcha .solution input {
    display: block;
    width: 100%;
    margin: 0.5em auto;
    -webkit-appereance: none;
    border: 1px solid #ccc;
    font: inherit;
    outline: none;
    height: 30px;
    font-size: small;
}
#responsive_recaptcha .solution input:focus {
    border-color: #b71800;
}
#responsive_recaptcha .options {
    margin-top: 2%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#responsive_recaptcha .options a {
    background-color: #ccc;
    display: block;
}
#responsive_recaptcha .options a:first-child {
    border-radius: 0.5em 0.5em 0 0;
}
#responsive_recaptcha .options a:last-child {
    border-radius: 0 0 0.5em 0.5em;
}
#responsive_recaptcha .solution {
    float: left;
    width: 80%;
    padding: 0.2em;
}
#responsive_recaptcha .solution input {
    margin: 0.35em auto;
}
#responsive_recaptcha .solution a {
    margin: 0.35em auto;
    color: #5d5dca;
    font-size: x-small;
    font-weight: normal;
}
#responsive_recaptcha .options {
    float: right;
    /*padding-left: 0.5em;*/
}

#responsive_recaptcha .left {
    width: 80%;
    /*padding-left: 0.5em;*/
}
@media (max-width: 1366px) {
    #responsive_recaptcha .options {
        margin-top: 2%!important;
    }
    #responsive_recaptcha .solution {
        width : 85%!important;
    }
}
@media (max-width: 1024px) {
    #responsive_recaptcha .options {
        margin-top: 2%!important;
    }
    #responsive_recaptcha .solution {
        width : 80%!important;
    }
    #md-forgotPassword-form label {
        font-size : 16px!important;
    }
}
@media (max-width: 800px) {
    #responsive_recaptcha .options a {
        padding : 0.12em!important;
    }
    #responsive_recaptcha .options {
        margin-top : 2%!important;
    }
    #md-forgotPassword-form label {
        font-size : 10px!important;
    }

}

