.tabs {
    display: flex;
    margin-bottom: 20px;
}

.tab-button {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
    color: #377DB1;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    background-color: #377DB1;
    color: #fff;
}

.tab-content {
    display: none;
    border-top: none;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
}

.tab-button {
    width: 50%; /* Ensures buttons take up equal space */
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
    color: #377DB1;
    text-align: center;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    background-color: white; /* Active tab background color */
    color: black; /* Active tab text color */
}

.tab-content {
    display: none;
    border-top: none;
}

.sidebar-btn.setep_two {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #000;
    width: 100%;
}
.i_need {
    text-align: center;
    color: #fff;
    font-size: 25px;
}
span.create-account {
    float: right;
    font-size: 12px;
    display: inline-flex;
}
span.create-account a {
    color: #377db1;
}
.form-step {
    display: none;
}

.form-step-active {
    display: block;
}
.field-icon {
  float: right;
  margin-top: -34px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.main-logo {
    height: 70px;
}