.api-account-page,
.api-auth-page {
    height: 100vh;
    background-color: #f6f7f8;
}

.api-auth-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.api-account-container {
    height: 100%;
}

.api-account-sidebar {
    margin-left: -15px;
    background-color: #f6f7f8;
    margin-top: -10px;
    height: 100vh;
    box-shadow: 0px 0 19px 0 rgb(211 211 211 / 51%);
    z-index: 1;
}

.api-auth-form {
    flex: 1;
}

.api-account-form {
    width: 100%;
}

.api-account-form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0 19px 0 rgb(211 211 211 / 51%);
    padding: 20px;
}

.api-auth-form-container {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.api-account-logo a {
    display: block;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 110px;
    height: 45px;
    background: url(/images/logo.svg) center center no-repeat;
    background-size: contain;
}

.btn.btn-submit-auth {
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
}

#account-update-success-status p,
#api-account-error p,
#api-auth-error p {
    /*height: 22px;*/
    display: block;
    text-align: center;
}

.error-text p {
    height: 22px;
    color: red;
    margin-bottom: 0px;
}

#account-update-success-status p {
    color: green;
}

.api-account-actions {
    display: flex;
    justify-content: center;
}

.api-account-header {
    height: 100px;
    position: fixed;
    background-color: #f6f7f8;
    top: 0;
    width: 100%;
    left: 0px;
    box-shadow: 0px 0 19px 0 rgb(211 211 211 / 51%);
}
