.account_activate_success {
    margin-top: 50px;
    padding: 10px 10px;
    width: 500px;
    display: flex;
    background-color: #4CAF50;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.account_activate_error {
    margin-top: 50px;
    padding: 10px 10px;
    width: 500px;
    display: flex;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.account_activate_spacer {
    margin-top: 50px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.account-activate-form {
    margin-top: 30px;
    padding: 50px 25px;
    background: #fff;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-activate-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-activate-btn {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 5px;
    line-height: 16px;
    display: block;
    float: left;
    color: #fff;
    border: none;
    background-color: var(--accent);
}

.account-activate-btn-resend {
    margin: 10px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 5px;
    line-height: 16px;
    display: block;
    float: right;
    color: var(--accent);
    border: none;
}

.login_form_success {
    margin-top: 50px;
    padding: 10px 10px;
    width: 350px;
    display: flex;
    background-color: #4CAF50;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login_form_error {
    margin-top: 50px;
    padding: 10px 10px;
    width: 350px;
    display: flex;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.notify-enable-account {
    color: var(--accent);
}

.notify-enable-account:hover {
    color: var(--accent) !important;
}
