@charset "utf-8";
/* CSS Document */

.input_addon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 59px;
    border: 1px solid #bababa;
    border-style: solid none solid solid;
    border-radius: 5px 0 0 5px;
    height: calc(1.5em + .75rem + 2px);
    background-color: #eaeaea;
    font-weight: 400;
    font-family: sans-serif;
    color: #333333;
}

.signupTerms {
    font-size: 0.875rem;
    margin: 0px;
    color: rgb(56, 56, 56);
    font-size: 18px;
}

.signupTerms a {
    color: #0418bc;
}

.signup_phone_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.signup_phone_wrapper input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}