﻿html {
    font-size: 15px;
}

.ancho-100 {
    width: 100%;
}

.fondoOscuroSGI {
    background-color: #343a40 !important;
    color: #ffff;
}

.fondoColorSGI {
    background-color: #3e78c8 !important;
}

.textoSGI {
    color: #3e78c8 !important
}

.bannerSGI {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url("../Content/images/heroo-bg.jpg");
    display: block;
    width: 100%;
    background-position: center center;
}

.logo-centrar {
    display: block;
    width: 100%;
    background-position: center center;
}

.textError, .mensajeError {
    color: #dc3545;
}


.register-page .fondoRegistro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../../Content/images/fondoSalonOscuro.jpg);
    background-size: cover;
    overflow: hidden;
    z-index: -1;
    background-position: center center;
}


.input-group.with-focus .form-control {
    transition: none;
}

    .input-group.with-focus .form-control:focus + .input-group-append > .input-group-text {
        border-color: #66afe9;
    }

    .input-group.with-focus .form-control.is-invalid + .input-group-append > .input-group-text {
        border-color: #f05050;
    }

    .input-group.with-focus .form-control.is-valid + .input-group-append > .input-group-text {
        border-color: #28a745;
    }

.kv-avatar .krajee-default.file-preview-frame, .kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar {
    display: inline-block;
}

    .kv-avatar .file-input {
        display: table-cell;
        width: 100%;
    }

.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

.card-sombra {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.card-no-radius {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
