@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');

body {
    font-weight: 300;
    font-family: "Roboto";
    background: linear-gradient(to bottom right, rgb(60,150,195), rgb(30,90,130));
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

h1, h2, h3, h4, h5, h6, .jconfirm-title {
    font-family: "Oswald";
}

.cuadro-ingreso {
    background-color: #eaeaea;
    border-radius: 5px;
    max-width: 720px;
    margin: auto;
    box-shadow: 0 0 10px 1px;
}

.titulo-ingreso {
    height: 90px;
    border-radius: 5px 5px 0 0;
}

.form-ingreso {
    padding: 20px;
}

h1 {
    border: none;
    text-align: center;
    padding-top: 20px;
}

h2 {
    color: #428bca;
}

h3 {
    font-size: 1.45rem;
    text-align: center;
    color: #808080;
}

.fa {
    width: 16px;
}

.invisible {
    display: none;
}

#imagen-iniciar {
    width: 24px;
    height: auto;
}

.container {
    margin-top: 50px;
}

.logo {
    max-height: 150px;
    padding: 10px;
    margin: 0 auto;
}