.auth-root {
    position: fixed;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #f5f6f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.auth-outer-container {
    overflow: auto;
    padding-top: 32px;
    padding-bottom: 60px;
    box-sizing: border-box;
    height: 100%;
}

@media (min-height: 650px) {
    .auth-outer-container {
        height: 650px;
    }
}

.auth-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 384px;
    justify-content: start;
    margin: auto;
    box-sizing: border-box;
}

.auth-logo-container {
    padding-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.auth-form {
    margin-bottom: 0px !important;
    width: 100%;
}

.header-container {
    padding: 24px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e5e7;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-outer-container {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0 8px;
}

.form-container {
    padding: 24px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e5e7;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-element {
    margin-bottom: 16px;
    width: 100%;
}

.form-element.no-margin {
    margin: 0;
    width: 100%;
}

.form-warning {
    margin-bottom: 24px;
    padding: 16px;
    border-left: 4px solid #ff7fa0;
    background-color: #fff9fb;
    border-radius: 4px;
}

h4 {
    color: #333333;
}

.form-sign {
    text-align: center;
    padding: 2px 0px;
}

.form-errors {
    margin-bottom: 8px;
}

.form-error {
    color: #ff7fa0;
}

.form-controls {
    display: flex;
    flex-direction: row;
}

.form-controls.right {
    justify-content: flex-end;
}

.form-footer-container {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth-footer-container {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
