﻿body {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(/images/background2.jpg) no-repeat center center fixed;
    background-color: #0E1112;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-container {
    width: 350px;
    height: 650px;
    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;
    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;
}