﻿/*body {
    background-color: #ffc18d !important;
    background: url(/Resources/FondoLoginx48.png) repeat fixed;
}

.legend {
    background: #910000;
    color: #fff;
    font-size: 20px;
}

.panel-body {
    background: #ffc18d;
    border: 1px solid #910000;
}

.login_wrapper {
    right: 0;
    margin: 0 auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative
}

.input {
    position: relative;
    width: 100%;
    margin: 15px auto;
}

    .input span {
        position: absolute;
        display: block;
        color: #d4d4d4;
        left: 10px;
        top: 8px;
        font-size: 20px;
    }

    .input input {
        width: 100%;
        padding: 10px 5px 10px 40px;
        display: block;
        border: 1px solid #EDEDED;
        border-radius: 4px;
        transition: 0.2s ease-out;
        color: #a1a1a1;
    }

        .input input:focus {
            padding: 10px 5px 10px 10px;
            outline: 0;
            border: 2px solid #910000;
        }

.dropdown {
    padding: 3px 0 3px 0;
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}

.focus {
    border: 2px solid #910000;
}

.icono {
    font-size: 20px !important;
    padding: 6px 10px !important;
    border: 0;
    background-color: white;
    color: #d4d4d4;
}

.bootstrap-select .btn, .bootstrap-select .btn:active, .bootstrap-select .btn:focus {
    border: 0 !important;
    background-color: white !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus {
    border: 2px solid #910000;
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    min-width: 280px
}

    .login_content h1 {
        font: normal 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 30px
    }

.alert {
    margin-top: 10px;
    margin-bottom: 0;
}

.alert-danger{
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88);
}

.btnLogin {
    color: #910000;
    opacity: 0.8;
    background-color: #fff;
    border: 1px solid #910000;
    border-radius: 0px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .btnLogin:hover, .btnLogin:active, .btnLogin:focus {
        color: #fff;
        background-color: #910000;
        border: 1px solid #ec8d20;
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
    }*/

.login {
    max-width: 39rem;
    color: #90959A;
    border-color: none !important;
    border-radius: 10px !important;
    position: relative;
    margin: 0 auto;
    right: 0;
    margin-top: 10%;
    margin-bottom: 5%;
    box-shadow: 0 0 2rem 0 #000;
    padding-bottom: 3rem !important;
    border: none !important;
}

.button-login {
    border-radius: 50px;
    color: #fff;
    background-color: #ef5734;
    background-image: linear-gradient(315deg, #ef5734 0%, #ffcc2f 74%);
    display: block;
    width: 100%;
    font-family: Calibri, Arial;
    border: none;
    padding: 0.5rem 2rem;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.txt-login {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background-color: #fff0 !important;
    border-radius: 0px !important;
    box-shadow: none;
    height: 22px;
}

    .txt-login:focus {
        border-color: #f06233 !important;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.txtLabel {
    letter-spacing: 1px;
    color: #90959A;
    font-size: 10px;
    font-weight: 300;
}

.aLogin {
    color: #4a4a4a;
    text-decoration: none !important;
    font-size: 14px;
}

    .aLogin:hover {
        color: #000;
    }

body {
    height: 100vh;
    background-image: url('/Resources/fondo-login.png');
    background-size: cover;
    background-repeat: no-repeat;
}

    body::after {
        /*background: #bfc9ff !important;*/
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.5;
    }

.panel-body-login {
    background-color: transparent !important;
}

.txtreferecia {
    padding-top: 1rem;
}

.login-text {
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: black;
    font-weight: 700;
}

.login-img {
    width: 87%;
    margin: 1rem;
    margin-top: 3rem;
}

.headerLogin {
    background-color: #dca811;
    background-image: linear-gradient(180deg, #dca811 0%, #ffffff 41%);
}

.form-control {
    padding: 0px !important;
}

.panel-body {
    padding: 25px !important;
}

.alert-danger {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88);
}
