@charset "utf-8";
/*!
 * login.css
 * Sistema de Encuestas Alternattiva
 * Copyright 2019, Powered by Agence Consultoria
 */

body, html {
    min-height: 100%;
    height: 100vh;
    color: #fff !important;
    font-family: Roboto,sans-serif !important;
    background-color: #020b1c;
}

.invalid-feedback {
    color: red
}

#btn-return-user {
    margin-bottom: -8px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

a, a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
}

.page {
    background: url('../../../../assets/images/login_2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

bold, b {
    font-weight: 400 !important;
}

.author-logo{
    background-image: url('../../../../assets/images/author/logo_white.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 30px;
    display: inline-block;
    margin-bottom: -19px;
}

.form-control {
    background: transparent;
    color: #fff;
}

.vertical-align::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    margin-left: -45%;
}

.form-control {
    border: 1px solid #c3c3c3;
}

.round-title {
    font-size: 12px !important;
    float: left;
}

.page-login .panel .panel-body .bordered {
    background-image: url('../../../../assets/images/borde.png');
    width: 100%;
    height: 37px;
    margin-top: -51px;
    margin-bottom: 30px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #0c4d81;
    border-color: #0c4d81;
}


.page-login .panel .panel-body {
    padding: 20px 30px 20px 30px;
}

.page-login .panel .brand-text {
    margin-top: 8px;
}

.page-login form {
    margin: 20px 0 20px;
}

.page-login form .form-material.floating + .page-login form .form-material.floating {
    margin-top: 30px;
}

.page-login form .form-material label {
    font-weight: 300;
    color: #a3afb7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #0c4d81 !important;
}

.brand-img{
    width: 90%;
}

footer{
    margin:0;
}

footer > p {
    margin:0;
    font-size: 12px;
    margin-bottom: 0
}

.page-content {
    margin: 20px 10px !important;
    padding: 20px 10px 10px 10px !important;
}

.content-hide{
    display: none;
}

#btn-forget{
    cursor: pointer;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 30px;
    overflow: hidden;
}

.brand-img{
    width: 230px;
}

.page-login .panel {
    width: 370px;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 4px;
}

.panel {
    box-shadow: none;
}

#btn-forget {
    cursor: pointer;
    font-size: 12px !important;
    line-height: 24px;
}

.checkbox-lg input[type="radio"], .checkbox-lg input[type="checkbox"] {
    width: 100px;
    height: 24px;
    cursor: pointer;
}

.checkbox-lg label {
    padding-left: 5px;
    font-size: 14px;
    line-height: 24px;
}

#btn-forget {
    cursor: pointer;
    font-size: 13px !important;
    line-height: 24px;
}

.login-title-next {
    margin: 0 0 8px;
    font-weight: 500;
}

.login-title-min {
    margin: 0 0 0px;
    font-weight: 500;
}

.login-sub-title-min {
    margin: 3px 0 30px;
}

.content-hide-forget{
    display: none;
}

#qr-id .modal-title {
    margin: 0;
    line-height: 1.57142857;
    text-align: left;
    margin: 0px 20px 0px 20px;
    font-size: 14px;
    text-shadow: none;
}

#qr-id .modal-body{
    text-align: center;
}

#qr-id .modal-body {
    padding: 0px 20px 0px 20px;
}
#qr-id .modal-body img{
    max-width: 390px;
    width: 100%
}

b, strong {
    font-weight: 500 !important;
}

.modal-dialog {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 17px;
}

.toast {
    top: 10px !important;
}

.qr-imagen img{
    padding: 0px 20px 8px 20px !important;
}

.qr-imagen, .data-add-text, .data-add-btn{
    display: inline-block;
    width: 100%
}

.data-add-text{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.data-add-btn{
    margin-bottom: 10px;
}


.recaptcha{
    position: fixed;
    right: -164px;
    bottom: 35px;
    width: auto;
    height: 66px;
    background-color: #fff;
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-family: Roboto,sans-serif !important;
    border-radius: .45rem;
    transition: all 0.2s linear;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}
.recaptcha:hover{
    right:0px;
}
.recaptcha-logo{
    color: #fff;
    width: 70px;
    height: 66px;
    float: left;
    padding:10px;
}

.recaptcha-title{
    background-color: #4a90e2;
    width: 164px;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 66px;
    line-height: 18px;
    padding-top: 16px;
    padding-right: 10px;
}
.recaptcha-link{
    display: inline-block;
    font-size: 12px;
}

@media (max-width: 768px) {

    .page {
        background-image: none;
    }

    .vertical-align::before {
        margin-left: initial;
    }

}

@media (max-width: 480px) {

    .recaptcha{
        display: none;
    }

    .page-login .panel .panel-body .bordered {
        display: none !important
    }

    .toast-top-right {
        top: 12px;
        left: 60%;
        margin-left: -160px;
    }

    .page-content {
        margin: 0 !important;
    }

    .layout-full .page {
        height: auto;
        padding: 0;
        margin: 0 !important;
        /*background-color: #fff;*/
    }

    .page-login {
        background-image: none !important;
    }

    .page-login:before {
        position: absolute;
        display: none;
    }

    .panel {
        box-shadow: none !important;
    }

    .brand-img {
        width: 100% !important;
        max-width: 230px;
    }

    .checkbox-custom.checkbox-inline {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    #btn-forget {
        cursor: pointer;
        font-size: 13px !important;
        line-height: 24px;
        display: inline-block;
        margin-bottom: 0px;
        width: 100%;
    }

    .page-login .panel {
        width: 100% !important;
        margin-bottom: 0px;
        /*background: #fff;*/
        border-radius: 4px;
    }

    .page-login .page-content {
        padding: 30px 20px;
    }

    .page-login .panel {
        width: auto;
        padding: 10px;
    }

    .page-login .panel .panel-body {
        padding: 15px 20px 15px;
    }

}

@media (max-height: 530px) {

    .layout-full {
        height: auto;
    }

}

@media (max-height: 400px) {

    .modal-dialog {
        max-width: 320px;
    }

    #qr-id .modal-body img {
        max-width: 260px;
    }

}

@media (max-height: 320px) {

    .modal-dialog {
        max-width: 280px;
    }

    #qr-id .modal-body img {
        max-width: 220px;
    }

}