#page .site-content {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    width: 100%;
}

.ast-container {
    margin: 0;
    padding: 0;
    width: 100vw;
}

.vozac-profile {
    display: flex;
    flex-direction: column;
    padding: 0px 10% 0px 10%;
}

.login-container {
    display: flex;
    flex-direction: column;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion {
    display: flex;
    flex-direction: column;
}

.accordion-header {
    align-self: center;
    color: black;
    background: #97c584;
    font-weight: 600;
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
}

.register-container {
    display: flex;
    flex-direction: column;
}

form#wpforms-form-5329 {
    min-height: 700px;
}

.notice.notice-error {
    background: #f90000;
    align-self: center;
    text-align: center;
    color: black;
    padding: 5px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 1em;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.notice.notice-success {
    background: #67cc00;
    align-self: center;
    text-align: center;
    color: black;
    padding: 5px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 1em;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

input#wp-submit {
    border-radius: 8px;
}

p.forgot-password-link {
    font-weight: 500;
    color: #61CE70;
}

.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-field.wpforms-one-half {
    float: none !important;
    clear: both !important;
    width: 100%;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

span.wpforms-required-label {
    display: none;
}

label#wpforms-5329-field_1_suggestion {
    display: none;
}

p.login-username, p.login-password {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

p.login-error {
    align-self: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: orangered;
}

p.login-submit {
    align-self: center;
    margin-top: 20px;
    border-radius: 8px;
}

.page-title {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

span.show-pass-icon {
    border-radius: 8px;
    padding: 10;
    background: #000000e3;
    position: absolute;
    right: -0.5;
}

a#open-app-button {
    right: 1px;
    bottom: 15%;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 5px;
    background: whitesmoke;
    color: darkslategray;
    width: fit-content;
}

button#install-button {
    right: 1px;
    bottom: 15%;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    background: whitesmoke;
    color: darkslategray;
    margin-bottom: 10px;
}

button#install-button:hover {
    border-radius: 8px;
    border: none;
    color: gray;
}

button, a.button.view-public-profile {
    width: fit-content;
    align-self: center;
    border-radius: 8px;
}

a.logout-button {
    text-align: center;
    top: 30px;
    right: 20px;
    border-radius: 8px;
    font-weight: 500;
    position: fixed;
    align-self: center;
    padding: 5px;
    width: 100px;
    color: var(--ast-global-color-0);
    border-color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="text"] {
    display: flex;
}

label {
    width: 125px;
}