﻿:root {
    box-sizing: border-box;
}

.flex > * + * {
    margin-top: 0;
    margin-left: 1em;
}

*,
::before,
::after {
    box-sizing: inherit;
}

body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

    body * + * {
        margin-top: 0;        
    }

.bg_glocally {
    grid-row-start:2;
    background-color: #280042;
    background-image: url('/content/Images/Fondo.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    display:flex;
    align-items:center;
    justify-content:center;
}

.container {
    margin: 0;
    display: grid;
    height: 100vh;
    display: grid;
    grid-template-rows: 110px auto;
}

.sup {
    height:110px;
    padding: 30px 120px;
    grid-row-start:1;
}

.primero {
    flex: 0 0 1px;
    display: flex;
    justify-content: left;
    align-items: center;    
}

#imgLogo {
    height:40px;
    margin: 3em 4em;
}

.segundo {
    flex: 1;
    display: flex;
    justify-content: center;    
    align-items: center;
 }

.cajalogin {
    padding: 3em;
    background-color: rgba(10, 10, 10, 0.7); /*rgba(40, 0, 66, 0.9);    */
    color: black;
    border-radius: 1em;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;    
}

.bloqueinput {
    margin-bottom: 1.5em;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color:white;
}

.cabecera {
    display:flex;
}
.tituloapp {
    font-family: 'Quarto-Black';
    margin-right: 3em;
    color: white;
}

hr {
    margin-top:0.5em;
    margin-bottom:1em;
}
       
.derecha {
    margin-top:2em;
    text-align:right;
}
.text-danger {
    color:#29DDD2;
    margin-top:1em;
}