﻿body {
    /*background: rgba(0, 0, 0, 0.4117647058823529);*/
    /*background-image: url(../images/USFQ_campus8.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Arial';
    width: 99%;
}

.contenedor {
    /*background: url(../images/USFQ_campus8.jpg) no-repeat 0px 0px;*/
    width: 100%;
    max-width: 2800px;
    margin: 0 auto;
    overflow: hidden;
}

h1 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 50%;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 50px 0;
}

h4 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 100%;
    font-weight: 100%;
    /*letter-spacing: 2px;*/
    padding: 25px 0;
}

h2 {
    margin: 0;
    color: #fc3955;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

p.w3l-register-p {
    color: #eee;
    font-size: 13px;
    text-align: center;
    margin-top: 2em;
}

.w3l-login-form {
    background: rgba(0, 0, 0, 0.4117647058823529);
    max-width: 500px;
    width: 93%;
    margin: 0 auto;
    padding: 4%;
    border-radius: 10px;
    box-sizing: border-box;
}

recaptcha {
    margin: 0;
    padding: 0% 15% 0% 15%;
    display: flex;
}

.group {
    margin: 0;
    display: flex;
    /*padding: 10px 5px;*/
    background-color: #ffffff;
}

    .group i {
        color: #fc3955;
        font-size: 20px;
        padding: 0 10px;
    }

.w3l-form-group {
    margin: 15px 0;
}

    .w3l-form-group label {
        display: block;
        text-transform: uppercase;
        font-size: 70%;
        color: #d2d2d2;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-style: italic;
    }

input[type="text"],
input[type="password"] {
    width: 100%;
    font-size: 80%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        outline: none;
    }

button {
    background: red;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
}

    button:hover {
        background-color: black;
        transition-duration: 5s;
    }

.forgot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

a {
    color: #eee;
    font-size: 14px;
    text-decoration: none;
}

.forgot p {
    color: #ffffff;
    text-align: center;
    margin: 0px;
    font-size: 13px;
}

.register {
    color: #00BCD4;
    text-decoration: none;
}

/*--footer--*/

p.copyright-agileinfo {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

footer p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

    footer p a:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

footer {
    padding: 4em 0;
    text-align: center;
}
/*--//footer--*/

/*-- /responsive design --*/

@media(max-width:768px) {
    h1 {
        font-size: 47px;
    }
}

@media(max-width:667px) {
    h1 {
        font-size: 45px;
    }
}

@media(max-width:640px) {
    p.copyright-agileinfo {
        letter-spacing: 1px;
    }

    h1 {
        font-size: 43px;
    }
}

@media(max-width:568px) {
    h1 {
        font-size: 40px;
    }

    p.copyright-agileinfo {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .w3l-login-form {
        margin: 0 3vw;
    }

    h1 {
        font-size: 38px;
    }

    p.copyright-agileinfo {
        line-height: 1.8em;
    }

    .rc-anchor-normal .rc-anchor-content {
        height: 70px;
        width: 120px;
    }

    .rc-anchor-checkbox-label {
        font-family: Roboto,helvetica,arial,sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 31px;
    }
}


@media(max-width:414px) {
    h1 {
        font-size: 34px;
    }

    .rc-anchor-normal .rc-anchor-content {
        height: 70px;
        width: 120px;
    }

    .rc-anchor-checkbox-label {
        font-family: Roboto,helvetica,arial,sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 31px;
    }
}

@media(max-width:384px) {
    h1 {
        font-size: 30px;
    }



        .g-recaptcha .rc-anchor-center-item .rc-anchor-checkbox-label .rc-anchor-alert {
            margin: 0% 16% 0% 16%;
        }
}

@media(max-width:320px) {
    h1 {
        font-size: 25px;
    }

    .forgot p {
        text-align: left;
    }

    .forgot {
        display: block;
    }

    .g-recaptcha {
        margin: 0% 16% 0% 16%;
    }
}

/*-- /responsive design --*/

/*@media screen and (max-width: 240px) {
    .g-recaptcha {
        transform: scale(0.58);
        -webkit-transform: scale(0.58);
        transform-origin:;
        -webkit-transform-origin:;
    }
}

@media screen and (min-width: 319px) and (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin:;
        -webkit-transform-origin:;
    }
}*/

/*#rc-imageselect, .g-recaptcha {
    display: inline;
}

#rc-imageselect {
    max-width: 100%;
}

.g-recaptcha > div > div {
    width: 100% !important;
    height: 78px;
    transform: scale(0.77);
    //the code to rescale the captcha obtained in this page webkit-transform:scale(0.77);
    text-align: center;
    position: relative;
}*/

