/*
Theme Name: Quillota Digital 1.0
Theme URI: https://www.quillota.cl/
Description: Archivo para diseño de login
Version: 1.0 (beta versión)
Author: Tomas Donoso Pérez
Author URL: www.tbox.cl

//Modifica clase form 07-01-2021
*/

/*--- Necesario para alinear imagenes de un post ---*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

html, body {height: 100%;}
body {margin: 0; padding: 0; background: #f0f0f0;}

.caja {
        display: flex;
    align-items: center;
}
.form {
/*    margin-top: 80px;*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 20px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #125475;
    display: grid;
}
.background {
    background-image: url("../../img/fd-start.png");
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat ;
  max-width: 100%;
}
.bg-success {
    background: #fff !important;
}
.simgh3 {
    color: #6e6a81;
    font-weight: 800;
}
.simgh4 {
    color: #6e6a81;
    font-weight: 500;
    line-height: 1em;
    font-size:0.9em;
}
.enter-txt {
    font-size: 1.5em !important;
}
.pelota-qta {
    z-index: 999;
    margin-top: -70px;
}
.main {
    width: 50%;
    margin: 50px auto;
}

.form-group .form-control {
    padding-left: 2.375rem;
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.form-control {
    border-radius: 2rem !important;
}
.btn-primary {
    color: #fff;
    background-color: #124275 !important;
    border-color: #124275 !important;
    border-radius: 0.5rem;
}
.text-muted {
    color: #fff!important;
    /*text-shadow: 3px 3px 3px #000;*/
}

/* =========================================
   BOTÓN OFICIAL CLAVEÚNICA - GOB DIGITAL
========================================= */

.btn-cu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    user-select: none;
    border-radius: 4px;
    border: 0;
    transition: all 0.2s ease-in-out;
}

.btn-cu:hover {
    text-decoration: none;
}

/* Icono ClaveÚnica */
.btn-cu .cl-claveunica {
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

/* Texto */
.btn-cu .texto {
    font-size: 1rem;
    padding-left: 4px;
}

/* Color estándar */
.btn-cu.btn-color-estandar {
    background-color: #0F69C4;
    color: #FFF;
}

.btn-cu.btn-color-estandar:hover {
    background-color: #0B4E91;
    color: #FFF;
}

.btn-cu.btn-color-estandar:active {
    background-color: #07305A;
    color: #FFF;
}

.btn-cu.btn-color-estandar:focus {
    background-color: #0B4E91;
    color: #FFF;
    outline: 4px solid #FFBE5C;
    outline-offset: 0;
}

/* Tamaño M */
.btn-cu.btn-m {
    min-height: 48px;
    padding: 8px 14px;
}

/* Bordes */
.btn-cu.rounded-none { border-radius: 0; }
.btn-cu.rounded-middle { border-radius: 4px; }
.btn-cu.rounded-full { border-radius: 99px; }

/* Alto contraste */
.btn-cu.btn-color-highContrast {
    background-color: #625AF6;
    color: #FFF;
}

.btn-cu.btn-color-highContrast:hover {
    background-color: #4943B6;
}

.btn-cu.btn-color-highContrast:active {
    background-color: #2D2971;
}

.btn-cu.btn-color-highContrast:focus {
    outline: 4px solid rgba(216,215,250,1);
}

/* Botón ancho completo */
.btn-cu.btn-fw {
    width: 100%;
    max-width: 550px;
}

.cu-label {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

.cu-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.cu-divider::before,
.cu-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.cu-divider span {
    padding: 0 10px;
}

.cu-label {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}