.button__save, .button__said {
    margin: 0.5rem;
    height: 36px;
    padding: 10px;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 15px;
    color: #ffffff;
    border-radius: 2px;
    background-color: #172acd;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;}

.button__call{
    width: 150px;
    height: 36px;
    font-family: 'Roboto Black', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #FF7748;
    border-radius: 2px;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}
.button__save:disabled, .button__said:disabled {
    opacity: 0.44; }

.button__reset {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 15px;
    color: #717171; }
a.link__add {
    font-size: 15px;
    color: #D5D5D5;
    white-space: nowrap;
    text-decoration: underline;

}
.auth-box{
    padding: 20px;
    margin: 1em;
    border-radius: 5px 0 5px 5px;
    background-color: #f0f1f2;
    width: 400px;
}
.auth-btn-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;

}
