﻿body {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/images/background.png) no-repeat center center fixed;
    background-size: cover;
    background-color: #0E1112;
}

.image-logo{
    margin-top: 10px;
}

.login-container {
    width: 350px;
    height: auto;
    margin-top: 50px;
    padding: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(233, 212, 96, 0.8);
    border-radius: 10px;
}

h1 {
    font-size: 40px !important;
    margin-bottom: 20px;
    color: white;
    font: normal 50px SegoeUI, Arial, sans-serif;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h4 {
    margin-bottom: 20px;
    font-size: 18px !important;
    color: white;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: white;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.alert-danger,
.alert-error {
    color: #E9EDEF !important;
    background-color: rgba(231, 76, 60, 0.88) !important;
    border-color: rgba(231, 76, 60, 0.88) !important;
}

.form-control-feedback {
    position: absolute;
    margin-top: 8px;
    bottom: 8px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px;
    top: 0px;
    width: 40px;
    text-align: center;
}

    .form-control-feedback.left {
        border-right: 1px solid #ccc;
        left: 13px;
    }

.form-control.has-feedback-left {
    padding-left: 45px;
}