
/* custom style for login page */

/* /end custom style for login page */

html {
  min-height: 100%;
  height: 100%;
}
body {
    background-color:#0098c9;
    min-height: 90%;
    height: 100%;
}

p {
    margin-top: 20px;
    margin-bottom: 10px;
}

 h1, h3 {
    margin-top: 30px;
}
.card {
    padding:0px;
    margin:15% auto 10px;
    display: block;
    position: relative;
    max-width: 400px;
    height: auto;
    text-align: center;
    border-radius: 15px;
}
.loginBox {
	background-color: #EAEAEA;
    padding:20px;
    background-image: url("/images/fondo-login.png");
    background-repeat: no-repeat;
    background-position: center 20px;
    border-radius: 15px;
    
}
.bg {
  /* The image used */
  background-image: url("/images/profire-bg-2-80.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.logo {
    margin:20px 0px 10px;
}
.division {

    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.3);
    padding-bottom: 30px;
}
