﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    height: 100%;
    background-color: #fff;
}

.bienvenido {
    font-weight: 400;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    font-size: 32px;
}

.with-errors {
    color: red;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.option {
    cursor: pointer;
}

h1 {
    font-weight: 400;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}
.login_body {
    align-items: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 5em;
    height: 100%;
    background-color: #fff;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

a, a:visited, a:hover {
    color: #007BFF;
    text-decoration:none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.875rem 0.95rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 1em;
}
.form-signin {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.formLoginRow {
    max-width: 450px;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.tam-letra {
    font-size: 12px; 
}
  
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
} 

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.8rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor:pointer;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/*.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color:  #000;
    border-color: #0062cc;
}*/

.btn-block {
    display: block;
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom:0.5em;
}

.btn_login {
    width: 100%;
    height: 2.9em;
    background-color: white;
    border-color: #007BFF;
    color: #007BFF;
    font-size: 1em;
    font-weight: 500;
}

    .btn_login:hover {
        opacity: 0.9;
    }

.btn_login_2 {
    width: 100%; 
    background-color: white;
    border-color: #007BFF;
    color: #007BFF; 
    font-weight: 500;
}

.panelCliente {
    padding: 5em 2em;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.panel_login_cliente {
    background-color: white;
    border-radius: 15px;
    position: relative;
    top: -215px;
    -webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.3);
}