body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Sarabun;
    font-weight: lighter;
}

div.centradovertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    min-height: 100vh;
    overflow-y: auto;
}

div.login {
    margin-top: 50px;
    height: auto;
    padding: 10px;
    background-image: linear-gradient(45deg, dodgerblue, #ff0063 130%);
}

div.login div.row {
    margin-top: 30px;
}

div.login img {
    width: 30%;
    display: block;
    margin: 0 auto;
}

div.login label {
    color: #FFFFFF;
    left: 10px;
}

div.login a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

div.login span {
    color: #FFFFFF;
    margin-left: 10px;
}

div.center {
    text-align: center;
}

div.login span.titulo {
    font-weight: bold;
}

div.login input[type=text],
div.login input[type=email],
div.login input[type=password],
div.login input[type=text]:focus,
div.login input[type=email]:focus,
div.login input[type=password]:focus {
    border: 0px;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    color: #FFFFFF;
}

.btn {
    background-color: transparent;
    color: #FFFFFF;
    float: right;
    font-weight: lighter;
}

.btn:focus, .btn:hover {
    box-shadow: none;
    color: #FFFFFF;
}

#id-button-cancel {
}

#id-button-aceptar {
    background-color: #FFFFFF;
    color: #000000;
}

#id-button-certificado {
    border: 1px solid #FFFFFF;
}

div.notaCookies {
    margin-top: 5px;
    height: auto;
    padding: 10px;
    background-color: dodgerblue;
}

div.notaCookies span {
    color: #FFFFFF;
}

div.sellos {
    margin-top: 5px;
    height: auto;
    padding: 10px;
}

div.sellos div {
    padding: 5px;
}

div.textoPoliticas {
    margin-top: 5px;
    height: auto;
    padding: 10px;
    background-color: dodgerblue;
    text-align: center;
}

div.textoPoliticas span {
    color: #FFFFFF;
}

div.textoPoliticas a {
    color: #FFFFFF;
    font-weight: bold;
}

div.valid-feedback,div.invalid-feedback {
    background-color: #FFFFFF;
    padding: 0px 10px;
    display: block !important;
    visibility: hidden;
    width: fit-content;
    border-radius: 5px;
    margin: 4px auto;
    text-align: center;
}

img.qrCode {
    display: block;
    margin: 10px auto;
}

span#borrarCookies {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.swal2-icon-show-custom {
    border: 0 !important;
}
