﻿body {
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    background: url("../Images/login-bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.form-signin {
    z-index: 2;
    width: 80%;
    margin-left: 10%;
    top: 20%;
    position: fixed;
    font-family: Tahoma, Arial, sans-serif;
}

    .form-signin .heading {
        color: #fff;
        font-family: arial;
        text-transform: uppercase;
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: Tahoma, sans-serif;
    }

p.line {
    border-bottom: 1px solid #fff;
    margin: 0.3em 0;
    /*max-width: 320px;*/
}

.form-signin label {
    color: #1a1a2a;
    display: inline-block;
    width: 100%;
    margin: 1em 0 0.3em 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.form-signin input, .form-signin .btn {
    width: 100%;
    /*max-width: 320px;*/
}

.form-signin .copyright {
    text-align: center;
    bottom: 0;
    font-size: 0.9em;
    color: rgba(0,0,0,0.5);
    margin: 1em 0 0 0;
}

.form-signin .desc {
    color: #fff;
    font-weight: 500;
}

.form-signin input {
    padding: 0.6em;
    background: none;
    outline: none;
    border: 1px solid rgba(225,16, 46, 0.3);
    background: rgba(255, 255, 255, 0.5);
    color: #c8102e;
    margin: 0.1em 0;
    border-radius: 2px;
}

    .form-signin input:focus, .form-signin input:active {
        border: 1px solid rgba(225,16, 46, 1);
    }

    .form-signin input::placeholder {
        display: none;
        font-size: 0.9em;
        color: #ffffff;
    }

.form-signin .btn {
    margin: 2em 0;
    background: #C8102E;
    color: #fff;
    padding: 0.6em;
    font-weight: 500;
    letter-spacing: 1px;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 1px;
}

.form-signin .content {
    border: 1px solid #cacaca;
    border-radius: 6px;
    padding: 1em 2em;
    background: rgba(255,255,255,0.4);
    max-width: 520px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
}

.form-signin .btn:hover {
    background: #fff;
    color: #C8102E;
    border: 1px solid #c8102e;
}

.form-signin .message {
    width: 100%;
    color: #c8102e;
    text-align: center;
    margin: 1em 0;
    padding: 1em;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
