﻿.wl-login-page {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}

.wl-login-hero {
    position: relative;
    z-index: 1;
    flex: 1 1 50%;
    display: flex;
    /*flex-direction: column;*/
    justify-content: end;
    align-items: center;
    padding: 60px 60px 60px 80px;
}

.wl-login-hero-title {
    max-width: 435px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    color: #10141F;
    margin: 0 0 20px 0;
}

.wl-login-hero-subtitle {
    max-width: 435px;
    font-size: 22px;
    color: #5B6478;
    margin: 0;
    font-weight: 400;
}

.wl-login-panel {
    position: relative;
    z-index: 1;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 40px;
}

.wl-login-card.wl-form-signin {
    width: 100%;
    max-width: 440px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 40px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(16, 20, 31, 0.14);
    top: auto;
}

.wl-login-logo {
    max-width: 200px;
    margin: 0 auto 18px auto;
    text-align: center;
}

.wl-login-card-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #10141F;
    margin: 0 0 6px 0;
}

.wl-login-card-subtitle {
    text-align: center;
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 26px 0;
}

.wl-login-field {
    margin-bottom: 18px;
    text-align: left;
}

    .wl-login-field label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #1F2430;
        margin-bottom: 6px;
    }

    .wl-login-field .wl-form-control {
        height: 46px;
        border-radius: 8px;
    }

    .wl-login-field .wl-pwdpress {
        height: 48px;
        border-radius: 8px;
    }

.wl-login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 4px 0 22px 0;
}

    .wl-login-row .wl-checkbox {
        margin: 0;
    }

    .wl-login-row .wl-txt-blue {
        font-size: 14px;
        text-decoration: underline;
    }

.wl-login-btn-primary {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
}

.wl-login-status {
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .wl-login-hero {
        display: none;
    }

    .wl-login-panel {
        flex: 1 1 100%;
        /*padding: 30px 20px;*/
        padding: 0px;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .wl-login-card.wl-form-signin {
        padding: 30px 22px;
    }
}
