
/* custom style for login page */
.card {    
	
    padding: 15px;
    max-width: 400px;
    height: auto;
    margin: 200px auto;
    text-align: center;
    background-color: rgb(0, 49, 122);
}
/* /end custom style for login page */

body {
	background-image: url("https://www.sichernseguros.com.ar/sistema/css/fondosichern.jpg");
    background-color: rgb(224, 224, 224);
}

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

 h1, h3 {
    margin-top: 30px;
}