:root {
    --move-orange: #EA5045;
    --move-orange-hover: #dc473d;
    --move-dark: #17191c;
    --move-text: #343a40;
    --move-muted: #8b9198;
    --move-border: #e7e9ec;
}

/* ----------------------------------------------------
   PAGE
---------------------------------------------------- */

.move-login-page {
    min-height: 100vh;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.move-login-page:before {
    background: rgba(0, 0, 0, .52) !important;
}

.move-login-wrapper {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 60px 15px 100px;
}

/* ----------------------------------------------------
   CARTE LOGIN
---------------------------------------------------- */

.move-login-card {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

/* Override Material Dashboard */
.login-page .card-login .card-header,
.move-login-card .card-header {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 16px 24px 18px;
    background: var(--move-dark) !important;
    border: 0 !important;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: none !important;
}

/* ----------------------------------------------------
   HEADER
---------------------------------------------------- */

.move-login-brand {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.move-login-brand-orange {
    color: var(--move-orange);
}

.move-login-brand-white {
    color: #fff;
}

.move-login-card .card-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

/* ----------------------------------------------------
   CONTENU
---------------------------------------------------- */

.move-login-card .card-body {
    padding: 22px 28px 12px;
}

.move-forgot-password {
    display: block;
    margin-bottom: 18px;
    color: var(--move-muted);
    font-size: 13px;
    text-align: right;
    transition: color .2s ease;
}

.move-forgot-password:hover,
.move-forgot-password:focus {
    color: var(--move-orange);
    text-decoration: none;
}

/* ----------------------------------------------------
   CHAMPS
---------------------------------------------------- */

.move-login-card .input-group {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--move-border);
}

.move-login-card .input-group-prepend {
    margin-right: 0;
}

.move-login-card .input-group-text {
    padding: 0 8px 0 0;
    color: #555c63;
    background: transparent;
    border: 0;
}

.move-login-card .input-group-text .material-icons {
    font-size: 21px;
}

.move-login-card .form-control {
    height: 42px;
    padding: 8px 0;
    color: var(--move-text);
    background: transparent !important;
    background-image: none !important;
    border: 0;
    box-shadow: none !important;
}

.move-login-card .form-control:focus {
    background-image: none !important;
    box-shadow: none !important;
}

.move-login-card .form-control::placeholder {
    color: #adb2b7;
}

/* ----------------------------------------------------
   FOOTER + BOUTON
---------------------------------------------------- */

.move-login-card .card-footer {
    display: flex;
    justify-content: center;
    padding: 6px 28px 24px;
    background: #fff;
    border: 0;
}

.move-login-submit {
    width: auto;
    min-width: 155px;
    margin: 0;
    padding: 10px 26px;
    color: #fff !important;
    background: var(--move-orange) !important;
    border: 0 !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(234, 80, 69, .25);
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.move-login-submit:hover,
.move-login-submit:focus {
    color: #fff !important;
    background: var(--move-orange-hover) !important;
    box-shadow: 0 5px 16px rgba(234, 80, 69, .34);
}

.move-login-submit:active {
    transform: translateY(1px);
}

/* ----------------------------------------------------
   MESSAGE LOGIN / MAINTENANCE
---------------------------------------------------- */

.move-login-message {
    width: calc(100% - 30px);
    margin: 18px auto 0;
    padding: 15px 17px;
    color: #fff;
    background: rgba(20, 22, 25, .82);
    border-left: 4px solid var(--move-orange);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    backdrop-filter: blur(3px);
}

.move-login-message.is-maintenance {
    border-left-width: 5px;
}

.move-login-message p {
    margin-bottom: 10px;
}

.move-login-message p:last-child,
.move-login-message ul:last-child,
.move-login-message ol:last-child {
    margin-bottom: 0;
}

.move-login-message a {
    color: #fff;
    text-decoration: underline;
}

.move-login-message a:hover {
    color: #fff;
}

.move-login-message strong {
    font-weight: 700;
}

/* Skeleton chargement */
.move-login-message .text-line {
    height: 11px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, .16);
    border-radius: 2px;
}

.move-login-message .text-line:last-child {
    width: 70%;
    margin-bottom: 0;
}

/* ----------------------------------------------------
   LABEL MAINTENANCE
---------------------------------------------------- */

.move-login-maintenance-label {
    display: none;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.move-login-message.is-maintenance .move-login-maintenance-label {
    display: flex;
}

.move-login-maintenance-label .material-icons {
    margin-right: 6px;
    color: var(--move-orange);
    font-size: 17px;
}

.move-login-message-content > :first-child {
    margin-top: 0;
}

.move-login-message-content > :last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------
   MESSAGE SAFARI
---------------------------------------------------- */

.move-safari-message {
    width: calc(100% - 30px);
    margin: 18px auto 0;
    padding: 14px 16px;
    color: #fff;
    background: rgba(20, 22, 25, .82);
    border-left: 4px solid var(--move-orange);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

/* ----------------------------------------------------
   FOOTER PAGE
---------------------------------------------------- */

.move-login-page .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/* ----------------------------------------------------
   SWEET ALERT
---------------------------------------------------- */

.swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86 !important;
    border-color: #facea8 !important;
}

/* ----------------------------------------------------
   RESPONSIVE
---------------------------------------------------- */

@media (max-width: 767px) {
    .move-login-wrapper {
        max-width: 100%;
        padding: 35px 15px 120px;
    }

    .login-page .card-login .card-header,
    .move-login-card .card-header {
        padding: 15px 20px 17px;
    }

    .move-login-brand {
        font-size: 11px;
    }

    .move-login-card .card-title {
        font-size: 19px;
    }

    .move-login-card .card-body {
        padding: 20px 22px 10px;
    }

    .move-login-card .card-footer {
        padding: 6px 22px 22px;
    }

    .move-login-submit {
        min-width: 145px;
        padding: 10px 22px;
    }

    .move-login-message,
    .move-safari-message {
        width: calc(100% - 20px);
    }

    .move-login-page .footer {
        position: relative;
    }
}