.center-aligned {
    justify-content: center;
    text-align: center;
}
.filler {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.auth-box {
    border-radius: 4px;
    border: solid 1px #e0e3ec;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    max-width: 500px;
    justify-content: center;
}
.auth-box__field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding-bottom: 30px;
}
.filler--top-padded {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 20px 20px 0;
}
.auth-box__title {
    display: flex;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    font-size: 1.25em;
    justify-content: center;
}
.auth-box__label {
    background-color: #fff;
    margin-bottom: -10px;
    padding: 0 5px;
    margin-right: 15px;
    z-index: 1;
    font-size: 13px;
}
.auth-box__input {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    border: 1px solid #e0e3ec;
    z-index: 0;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0;
    font-size: 12px;
}
.button--full {
    width: 100%;
    text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.auth-box__error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    color: #fb7e34;
    margin-bottom: 5px;
    text-align: justify;
    direction: rtl;
}
button, input[type="submit"], input[type="button"] {
    box-shadow: none;
    outline: none;
}
.fl1 {
    font-size: 1em;
}
.button, .button--secondary, .button--orange, .button--round, .button--transparent, .button--full, .form-box__submit-button, .footer__download-button{
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.3em 1.5em;
    margin: 0;
font-weight: 500;
    background-color: #10c461;
    color: white;
    cursor: pointer;
    border-radius: 0.25em;
    border:0px !important;
}
.auth-box__button {
    margin-top: 20px;
}
.button--orange {
    background-color: #efc15d;
}
.button--transparent {
    background-color: transparent;
    color: #7d7d7d;
    border: 1px solid transparent;
    margin-left: 20px;
}
.hidden {
    display: none;
}
.blur {
    z-index: 60;
    filter: blur(2px);
    -ms-filter: blur(2px);
    -webkit-filter: blur(2px)
}
