﻿body {
    font-size: 1rem;
    color: #111;
    letter-spacing: .3px;
    line-height: 1.618;
    letter-spacing: 0;
    overflow-x: hidden;
    margin: 0 auto;
    background: #0480c8 !important;
}

h1, h2, h3, h4, h5{
    padding: 0 !important;
    margin: 0 !important;
}

p, h1 {
    color: #111;
}

.center {
    text-align: center;
}

.container {
    width: 1080px;
    position: relative;
}

footer {
    background: #111;
    color: #fff;
    padding: 16px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer p {
    margin: 0px;
    color: #999;
}

.login-panel {
    /*display: flex;
    justify-content: space-between;
    padding: 140px 0px;*/
    max-width: 400px;
    margin: 0 auto;
}

.login-panel .logo-holder {
    width: 100%;
    margin-bottom: 40px;    
    text-align: center;
}

.login-panel .logo-holder img {
    width: 80%;
    margin-top: 100px;
}

.login-form {
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 3px;
    margin-right: 80px;
}

.login-form .text-danger {
    margin-bottom: 16px;
    background: #b94a48;
    width: 100%;
    color: #fff;
    padding: 8px 12px;
}

/*.login-form h1 {
    color: #111;
    font-size: 1.75rem;
}*/

.login-form .label-login {
    color: #111;
}

.login-form .form {
    margin-bottom: 24px;
}

.login-form .form input[type="text"],
.login-form .form input[type="password"] {
    width: 100%;
    border: 1px solid #231f20;
    padding: 10px 12px;
    color: #555;
    background: #fafafa;
}

.login-form input[type="submit"] {
    width: 100%;
    border: none;
    background: #0480c8;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;

    -webkit-transition: .3s all ease-in-out;
       -moz-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
}

.login-form input[type="submit"]:hover {
    background: #111;
}

.error-block {
    margin-top: 280px;
    width: 100%;
    text-align: center;
}

    .error-block h1 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 16px !important;
    }

    .error-block a {
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: .4px;
        font-weight: 500;
        -webkit-transition: .3s all ease-in-out;
        -moz-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

        .error-block a:hover {
            color: #333;
            text-decoration: none;
        }