html, body {
  height: 100%;
  margin: 0px;
  background-color: rgb(209, 207, 207) !important;
}

.container, .row {
  height: 100%;
}

.selected_button {
  background: green;
  margin-bottom: 5%;
  margin-top: 5%;
}

.unselected_button {
  background: grey;
  margin-top: 5%;
  margin-bottom: 5%;
}

.form-text{
  color:black;
}

/* .form_div{
	background: black;
	width:30%;
	height:80%;
	text-align: center;
	justify-content: center;
	margin: auto;
	border-radius: 25px;}

.submit_button{
	background: green;
}

.info_labels{
	margin-top: 5%;
	margin-bottom: 5%;	
	color: lightblue;
}
.user_input{
	margin-top: 5%;
	margin-bottom: 5%;
} */

.cascading-right {
  margin-right: -50px;
}

@media (max-width: 991.98px) {
  .cascading-right {
    margin-right: 0;
  }
}
