﻿/*#region body */

html, body {
    font-size: 14px;
    font-family: sans-serif;
}

/*#endregion body*/

/*#region contenedor gral */

.start-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    background-color: #edf2f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100vh;*/
    -ms-flex-pack: center;
    justify-content: center;
}

/*.container-box {
    width: 360px;
}*/

@media (max-width: 576px) {
    .container-box {
        margin-top: .5rem;
        width: 90%;
    }
}

.page-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}

    .page-logo a {
        color: #495057;
    }

/*#endregion */

/*#region Controles */

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.card-custom {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 60px 26px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 0px 60px 26px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 60px 26px rgba(0,0,0,0.24)
}

.container-card-body {
    padding: 20px;
}

.form-control {
    min-height: 38px;
}

    .form-control:focus {
        border-color: #17a2b8;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control.input-validation-error {
        border-color: #e74c3c !important;
    }

.validation-msg {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/*#endregion controles*/

/*#region  general*/

/*Titulo del login*/
.page-title {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    font-weight: bold;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: none;
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):hover {
            color: inherit;
            text-decoration: none;
        }

/*#endregion general*/

/*#region pie de pagina */

.copyright {
    font-size: 12px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}

/*#endregion pie de pagina*/
