html,body{

}

img{
	width: 300px;
}

hr{
	border-top: 4px dotted #094fa4;
}

.seguros{
	width: 150px;
	margin-top: 20px;
}

p{
	margin-top: 7px;
}

.user-pass{
	width: 120px;
	height: 35px;
	background-color: #094fa4;
	color:  white;
	text-align: center; 
}

input[type=text] {
    background-color: #faffbd;
    color: black;
    margin-right: 12px;

}

input[type=password] {
    background-color: #faffbd;
    color: black;
}

button{
	width: 150px;
	background-color: #094fa4;
	color: white;
}