.input-field.col label {
    margin-top: -32px;
}

form .row {
    margin-bottom: 12px;
}

.btn {
    width: 100%;
    height: 48px;
}

h5 {
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: left;
}

/* Remove the default underline of the active tab */
.tabs .indicator {
    background-color: transparent !important;
    /* Makes the underline invisible */
    height: 0 !important;
    /* Ensures no height for the underline */
}

.form-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
}

.tabs .tab a {
    color: #fff;
}

.tabs .tab a:hover {

    color: var(--color-green)
}

.forgot-password {
    color: var(--color-green)
}

.tabs .tab a {
    color: #fff;
    border-radius: 70px;
}

.tabs .tab a.active {
    background-color: #ffffff;
    color: #000;
    border-radius: 20px;
    background: var(--color-green) !important;
    border-radius: 70px;
    color: white;
    border-bottom: none;
}


.btn-custom {
    background-color: #81d4fa;
    color: #000;
}

.btn-custom:hover {
    background-color: #4fc3f7;
}

.signup-link {
    color: var(--color-green);
}

.signin-link {
    color: var(--color-green);
}

.tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* Style for non-active tabs */
.tabs .tab a:not(.active) {
    color: #b0b0b0;
    /* Gray color for non-active tabs */
    background-color: pink;
    /* Transparent background */
    font-weight: normal;
    /* Regular weight */
    transition: color 0.3s ease;
    /* Smooth transition */
    background: lightslategray;
    border-radius: 0 70px 70px 0 !important;
    /* Only right corners are rounded */
    color: white;
    color: var(--color-green);
    background-color: transparent;
}

form {
    padding: 0px;
}