/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.6.1773993590
Updated: 2026-03-20 08:59:50

*/

/* ================================
   LOGIN – ALLA INLOGGNINGSSIDOR
================================ */

.login-page-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.login-box {
    width: 100%;
    max-width: 420px;
    background-color: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ================================
   LOGIN – FORM ELEMENT
================================ */

.login-box h1 {
    margin-bottom: 24px;
    text-align: center;
}

.login-box form p {
    margin-bottom: 16px;
}

.login-box input[type="text"],
.login-box input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

/* ================================
   LOGIN – BUTTON
================================ */

.login-box input[type="submit"] {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* ================================
   LOGIN – LOST PASSWORD
================================ */

.lost-password-link {
    margin-top: 16px;
    text-align: center;
}

/* ==========================================
   LOGOUT BUTTON – UTSTÄLLARE
========================================== */

.eventak-logout-wrap {
    text-align: right;
    margin: 0;
    padding: 0;
}

.eventak-logout-wrap a.eventak-logout-button,
.et_pb_text .eventak-logout-wrap a.eventak-logout-button,
.et_pb_module .eventak-logout-wrap a.eventak-logout-button,
.et_pb_text_inner .eventak-logout-wrap a.eventak-logout-button {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #f4d7a1 !important;
    border-radius: 6px;
    color: #f4d7a1 !important;
    text-decoration: none !important;
    background: transparent !important;
    font-weight: 600;
    line-height: 1;
    box-shadow: none !important;
}

.eventak-logout-wrap a.eventak-logout-button:hover,
.et_pb_text .eventak-logout-wrap a.eventak-logout-button:hover,
.et_pb_module .eventak-logout-wrap a.eventak-logout-button:hover,
.et_pb_text_inner .eventak-logout-wrap a.eventak-logout-button:hover {
    background: #f4d7a1 !important;
    color: #8b0000 !important;
    text-decoration: none !important;
}