﻿body {
    font-family: 'Poppins', sans-serif;
}

.h-vh {
    height: 100vh;
}

body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: -9;
}

.card {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) !important;
}

.card-header h2, .card-header h4 {
    font-family: 'Poppins', sans-serif;
}

.form-control {
    /*border-bottom: 1px solid #f7d097 !important;*/
    padding: 5px !important;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top,#204087 2px,rgba(156,39,176,0) 2px),linear-gradient(to top,rgba(32, 65, 138, 0.4) 1px,rgba(210,210,210,0) 1px);
}

.field-validation-error {
    width: 100%;
    text-align: end;
}

.card .card-body {
    padding: 2rem 20px !important;
}

.input-group {
    padding: 13px 0;
}

.form-login i {
    color: #214796;
    /*color: #ff9800;*/
    font-size: 30px;
}

.title-form {
    font-weight: bold !important;
}

.image-inf {
    height: min-content;
    height: 60px;
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: -1;
}

.input-group .input-group-text {
    padding-left: 0px !important;
}

.mensaje-invalid ul {
    margin-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 72px;
}

    .mensaje-invalid ul li {
        /*background: #55b559;*/
        background: #7AC29A;
        /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);*/
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px #3d6b51;
        list-style-type: none;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 10px;
        min-width: 300px;
        text-align: center;
    }

.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(35, 79, 163, 0.4);
}

.card .card-header-warning:not(.card-header-icon):not(.card-header-text), .btn.btn-warning, .btn-warning:not(:disabled):not(.disabled):active {
    background: linear-gradient(60deg,#17243e,#234fa3);
    border-color: #234fa3;
    box-shadow: 0 2px 2px 0 rgba(32, 64, 136, 0.14), 0 3px 1px -2px rgba(33, 66, 141, 0.2), 0 1px 5px 0 rgba(32, 67, 143, 0.12);
}

    .btn-warning:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 0.2rem rgba(34, 69, 145, 0.5);
    }

@media (max-width:767px) {
    .card-login .card-header img {
        height: 50px;
        width: auto;
    }

    .card-header {
        display: inline-flex;
    }
}

.btn.btn-warning:active, .btn.btn-warning:focus, .btn.btn-warning:hover {
    box-shadow: 0 14px 26px -12px rgba(32, 66, 140, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(31, 63, 132, 0.2);
}
