﻿/*Login*/
.form-signin {
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    padding-bottom: 1rem !important;
}

body {
    background: linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    /* Estilo aplicado en conjunto con el JS para el carrusel de IMG background. */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.form-check {
    padding-left: 2.25rem;
}

.tooltip-link {
    cursor: pointer;
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
}

.login-foot {
    text-align: right;
    font-size: 0.75rem;
    color: #6c757d;
}

.link-item {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

    .link-item:hover {
        background-color: #e0f7fa;
        transform: scale(1.03);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .link-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 15px;
    }

    .link-item div {
        margin-right: 23px;
        margin-left: 8px;
    }


@supports (-ms-ime-align:auto) {
    .periquito {
        font-weight: bold;
        background-color: red;
    }
}


/*
.form-signin .input-username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin .input-password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/


/*.form-control,
.form-control:focus {
    box-shadow:none;
    transition:none !important;
    border: 1px dotted red !important;
}*/