.home-box {
	background-color:#FFF;
	border-radius:5px;
    min-height: 100%;
}
.title-box {
	background-color:#FFF;
	border-radius:5px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.title-box form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.title-box .flex-grow-1 {
    flex-grow: 1; /* Ensures the description pushes the inputs down */
}

.title-box .mt-auto {
    margin-top: auto; /* Pushes input fields & buttons to the bottom */
}
.subtitle-grey {
	color:grey;
}
.box-border {
	border-style:solid;
	border-width:1px;
	border-color: #E2E2E2;
}
