body
{
	background: #f5f5f5;
  font-size: 18px; /* You can adjust the size as needed */

}
html {
  font-size: 20px  !important; /* You can adjust the size as needed */
}

h5
{
	font-weight: 400;
}

.container
{
	margin-top: 80px;
	width: 750px;
	height: 900px;
}

.tabs .indicator
{
	background-color: #e0f2f1;
	height: 60px;
	opacity: 0.3;
}

.form-container
{
	padding: 40px;
	padding-top: 10px;
}

.confirmation-tabs-btn
{
	position: absolute;
}
@media screen and (max-width: 760px) {
  .container {
    margin-top: 180px;
    width: 900px;
    height: 1220px;
  }
}