body {
    background: linear-gradient(to bottom, #1a1a1a, #313131);
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: .9em;
}
body, html {
    height: 100%;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    flex-direction: column;
}

.login-idev-logo{
    width: 220px;
    height: 142px;
    background: url('/cms/images/admin/AE_head.png');
}

.login-box {
    background-image: url('/cms/images/admin/AE_head.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 130px 0 0 0;
    width: 240px;
}

.login-container form {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 5px;
    text-align: center;
    color: #000;
    width: 100%;
    border-radius: 0 0 7px 7px;
}

form ul li {
    list-style: none;
}

form input[type="text"],
form input[type="password"] {
    width: 80%;
    padding: 7px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

form button {
    background-color: #025687;
    color: #fff;
    border: none;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    width: 87%;
    color: #dfdfdf;
}
.form-group span{
    display: block;
}
.validation-summary-errors ul{
    padding: 0;
}

form button:hover {
    background-color: #004973;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

form button.ae-employees{
    background-color: #616161;
    /*display: block;*/
}
form button.ae-employees:hover{
    background-color: #4d4d4d;
}

form a {
    color: #0084d1;
    text-decoration: none;
    font-size: 12px;
}

form a:hover {
    text-decoration: underline;
}

form .text-danger {
    color: #a10000;
    font-size: 12px;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.header img {
    max-width: 100%;
}

.footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.6em;
    color: #757575;
    line-height: 1.3em;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
