.login-registration-toggle-container {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.login-registration-toggle-container .toggle-button {
    flex: 1;
    color: black;
    border: 1px solid black;
    text-align: center;
    height: 2rem;
    line-height: 1.9rem;
    cursor: pointer;
}

.login-registration-toggle-container .toggle-button:first-child {
    margin-left: 5px;
}

.login-registration-toggle-container .toggle-button:last-child {
    margin-right: 5px;
    border-left: none;
}

.login-registration-toggle-container .toggle-button.active {
    color: white;
    background-color: #346F3E;
}
