﻿body {
    background: #333;
    color: #b2b2b2;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    font-size: 16px;
}

h2, strong {
    color: #fff;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

.loading-message, #footer {
    display: none;
}

.login-wrapper {
    max-width: 1000px;
    min-width: 700px;
    margin: 0 auto;
}

.loginContainer {
    margin: 50px auto;
    width: 360px;
}

.login {
    background: #ddd;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px #000;
}

    .login:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }

.editor-field input {
    font-size: 16px;
    padding: 13px;
    color: #333;
    border: none;
    background: #fff;
    float: left;
    box-sizing: border-box;
}

.login-field-user input {
    width: 100%;
    margin-bottom: 10px;
}

.login-field-pass input {
    width: 65%;
}

input#Button_Login[type='submit'] {
    width: 30%;
    float: right;
    border: 1px solid #00415e;
    padding: 12px;
    background: #4b88b6;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 1px #194b7e;
    color: #fff;
    text-shadow: 0 1px 1px 0 rgba(0,0,0.3);
    cursor: pointer;
    position: relative;
    background-image: linear-gradient( #6facd5,#4272a4 );
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    appearance: none;
}

    input#Button_Login[type='submit']:hover {
        border-color: #000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input#Button_Login[type='submit']:active {
        border-color: #000;
        background: #4272a4;
        box-shadow: none;
        top: 2px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.login-wrapper .validation-summary-errors {
    background: transparent;
    font-size: 12px;
    position: relative;
    top: 30px;
}

.login-item p, .login-item h2 {
    padding: 20px 120px;
    font-size: 16px;
    margin: 0;
}

    .login-item p.login-sales-text {
        padding-top: 10px;
    }

.login-item h2 {
    padding-bottom: 0;
}

.login-item:before {
    background: linear-gradient(to right, #333333 0%,#555555 20%,#555555 80%,#333333 100%);
    display: block;
    content: '.';
    width: 100%;
    height: 1px;
    text-indent: -9999px;
    overflow: hidden;
}

.login-helpers, .login-legal p {
    font-size: 12px;
    color: #7f7f7f;
}

.login-helpers {
    text-align: center;
    margin-top: 20px;
}

.login-sales {
    color: #33bbee;
    text-decoration: none;
    font-weight: bold;
}

    .login-sales:hover {
        text-decoration: underline;
    }

.placeholder {
    color: #aaa;
}

#maintenance-msg {
    color: #fff;
    border: 5px solid #fff;
    margin: 20px;
    padding-bottom: 20px;
}
