

.img-logo {
	width: 15%;
	padding: 1rem
}

.border-container{
    margin-top: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
	border: 3px solid #1e6b8b;
}

.btn-extra-border{
	border: 2px solid #1e6b8b;
}