body, html {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    background-color: #343a40;
    overflow-y: auto;
}
#btnReestablecer{
    width: 145px;
    margin-left: 80px;
}
.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}
  
.bs-icon-sm {
--bs-icon-size: 1rem;
}

.bs-icon-md {
--bs-icon-size: 1.5rem;
}

.bs-icon-lg {
--bs-icon-size: 2rem;
}

.bs-icon-xl {
--bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
color: var(--white);
background: var(--primary);
}

.bs-icon.bs-icon-primary-light {
color: var(--primary);
background: rgba(0,123,255,0.2);
}

.bs-icon.bs-icon-semi-white {
color: var(--primary);
background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
border-radius: 50%;
}

.cursor{
    cursor: pointer;
}

.oculto{
    display: none;
}
/*.contenedor {
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #78A1D4;
}
.logo > img{
    width: 35%;
}
.logo{
    margin-top: 2%;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-color: rgb(236, 236, 236);
    display: flex;
    justify-content: center;
}
.formInicioSesion {
    width: 90%;
    height: 410px;
    padding: .75rem 1rem;
    border-radius: .25rem;
    margin-top: 7%;
}

.botones{
    background-color: #78A1D4;
    color: black;
}

.botones:hover{
    background-color: #418ACE;
    color: black;
}
// Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {
    
}

// Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
    
}

// Medium devices (landscape tablets, 768px and up)
@media only screen and (min-width: 768px) {
    .formInicioSesion{
        width: 50%;
    }
}

// Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {
    .formInicioSesion{
        width: 40%;
    }
}

// Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {
    .formInicioSesion{
        width: 30%;
    }
}*/


