﻿html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../Images/fondocaptcha.jpg");
}

.roundedradius {
    border-radius: 16px;
}

.captchaform {
    padding: 25px 40px 40px 25px;
    max-width: 600px;
    /*padding: 100px;*/
    margin: 0 auto;
    background-color: white;
    /*background-color: #f5f5f5;*/
}

@media screen and (max-width:600px) {
    .captchaform {
        max-width: 400px;
        padding: 25px 40px 40px 25px;
    }
}

.recaptcha {
    width: 304px;
    height: 78px;
}

.rc-anchor-checkbox-label{
    font-family: 'Montserrat';
}

.text {
    background-color: #F8F8F8;
    color: #333;
    /*font-family: Roboto,helvetica,arial,sans-serif;*/
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.textred {
    background-color: #F8F8F8;
    color: #f00;

    /*font-family: Tahoma;*/
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    line-height: 0.12857143;
}