.line-text-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.line-text-separator::before,
.line-text-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.line-text-separator:not(:empty)::before {
  margin-right: 0.5em;
}

.line-text-separator:not(:empty)::after {
  margin-left: 0.5em;
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  padding: .5rem .5rem;
}

.custom-margin{
	margin-bottom:100px;
}
.rounded {
	border-radius: 0.35rem !important;
}

.btn-custom {
	
	
	border: none;
	padding: 12px;
	border-radius: 25px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}