﻿body {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
    font-size: 14px !important;
    background-color: #f4f7fa !important;
}

.disable-rounded-right.p-5 {
    padding: 4rem !important;
}

#lblMensajeError {
    color: #d80808;
    font-weight: 500;
}

.flexbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-select, .form-control {
    .btn-login:hover, .btn-login:focus

{
    background-color: #147d83 !important;
    border-color: #ffffff !important;
    box-shadow: 2px 2px 6px #137c8296;
}
    background: #f4f7fa !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    height: 37px !important;
}

.card {
    border-radius: 5px !important;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12) !important;
    border: none !important;
}

.bg-authentication {
    //background: -webkit-gradient(to bottom, rgba(251, 198, 7, 1) 0%, rgba(250, 181, 16, 1) 15%, rgba(249, 143, 36, 1) 48%, rgba(248, 120, 46, 1) 81%, rgba(248, 120, 46, 1) 100%);
    //background: linear-gradient(to bottom, rgba(251, 198, 7, 1) 0%, rgba(250, 181, 16, 1) 15%, rgba(249, 143, 36, 1) 48%, rgba(248, 120, 46, 1) 81%, rgba(248, 120, 46, 1) 100%);
    background: rgb(50,212,220);
    background: linear-gradient(180deg, rgba(50,212,220,0.9023984593837535) 22%, rgba(35,169,176,1) 56%, rgba(19,124,130,1) 100%);
}

.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0rem 0rem 0.5rem 0rem;
}

    .divider .divider-text {
        position: relative;
        display: inline-block;
        font-size: 1.3rem;
        padding: 0 1rem;
        background-color: #FFF;
        color: #313d4b;
    }

        .divider .divider-text:before {
            right: 100%;
        }

        .divider .divider-text:after {
            left: 100%;
        }

        .divider .divider-text:after,
        .divider .divider-text:before {
            content: '';
            position: absolute;
            top: 50%;
            width: 9999px;
            border-top: 1px solid #DFE3E7;
        }

.checkbox {
    position: relative;
    display: inline-block;
}

    .checkbox input[type=checkbox],
    .radio input[type=radio] {
        display: none;
    }

    .checkbox label {
        margin-left: 1.75rem;
        margin-bottom: 0;
    }

    .checkbox label,
    .custom-checkbox label,
    .custom-radio label {
        font-size: 1rem;
        text-transform: none;
    }

    .checkbox.checkbox-sm label::after,
    .checkbox.checkbox-sm label::before {
        width: 15px;
        height: 15px;
        top: 3px;
    }

    .checkbox label:after,
    .checkbox label:before {
        height: 20px;
        width: 20px;
        top: 0;
        left: 0;
        position: absolute;
    }

    .checkbox label:before {
        content: '';
        border-radius: 4px;
    }

    .checkbox label:after {
        content: ' ';
        border: 1px solid #DFE3E7;
        border-radius: 4px;
        -webkit-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }

.btn-login {
    background-color: #323335 !important;
    border-color: #ffffff !important;
    box-shadow: 2px 2px 6px #323335ad;
    border-radius: 6px !important;
    font-size: unset !important;
    height: 37px;
}

    .btn-login:hover, .btn-login:focus {
        background-color: #147d83 !important;
        border-color: #ffffff !important;
        box-shadow: 2px 2px 6px #137c8296;
    }

.card-link {
    color: #806345;
    font-weight: 500;
}

label {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
}

label.font-weight-bold {
    margin-bottom: 0;
}

label.checkboxsmall {
    font-size: 14px;
}

.card-body-login {
    padding: 0.5rem 1.25rem 1.25rem 1.25rem;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

.text-version {
    position: absolute;
    bottom: 3%;
    right: 2%;
    color: #ffffff;
}

.card .card-header {
    border-bottom: none;
}

.h4,
h4 {
    font-size: 2.5rem !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p {
    font-size: 17px;
}

@media only screen and (min-width: 992px) {
    .bg-authentication .disable-rounded-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

@media only screen and (min-width: 1440px) {
    .flexbox-container {
        min-height: 85vh !important;
    }
}
