﻿#login-form {
    transition: background 0.5s ease-out;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#login-form #left-login-images {
    margin-left: 13px;
    position: absolute;
    z-index: 1;
}

#login-form #scheduled-messages-card {
    z-index: 10;
}

#login-form #messages-and-images {
    position: relative;
}

    #login-form #left-login-image {
        max-width: 100%;
        max-height: 400px;
        padding: 1px;
        border: 2px solid rgba(0,0,0,0.87);
        background-color: #fefefe;
    }

    #login-form form div.validation-summary-errors ul li {
        padding-bottom: 0.5em;
    }

    #login-form .panel-wrapper {
        display: flex;
    }

        #login-form .panel-wrapper > section {
            width: 100%;
        }

    #login-form .card-panel {
        margin-right: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    #login-form #buttons {
        white-space: nowrap;
    }

    #login-form #show-password {
        padding: 3px;
        width: 40px;
        text-align: center;
        font-size: 12px;
        cursor: default;
        display: inline-block;
        color: #efefef;
        background-color: #c0c0c0;
        border: 1px solid #a9a9a9;
        position: absolute;
        top: 10px;
        right: 15px;
    }

    #login-form #Password[type=text] + span .hide-text,
    #login-form #Password[type=password] + span .show-text {
        display: inline;
        user-select: none;
    }
    #login-form #Password[type=password] + span .hide-text,
    #login-form #Password[type=text] + span .show-text {
        display: none;
    }

    #login-form #password-wrapper {
        position: relative;
    }

@media(max-width: 600px) {
    #login-form .panel-wrapper {
        display: block;
    }
}
