.tabs{
    display: flex;
    margin-bottom: 1rem;
}

.tabs__buttons{
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    display: flex;
    flex: 1;
    justify-content: center;
    border: 0;
    background: none;
    border-bottom: 2px solid #B1B1B1;
    padding: 0.4rem;
    color: #6A6A6A;
    text-transform: uppercase;
}

.tabs__buttons--selected{
    color: #EF3829;
    border-bottom: 4px solid #EF3829;
}

.dual-login__information-text{
    text-align: center;
    margin: 0 0 1rem 0;
    font-size: 15px;
}
