﻿body {
    background-color:#340206;
    background-size: cover;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-weight: 300;
    margin: 0;
    color: #fff;
}



/* Typography */
h1#title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 3.2em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    position: relative;
    top: 0px;
}

    h1#title span span {
        font-weight: 400;
    }

h2 {
    text-transform: uppercase;
    margin-top: 0px;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.4em;
    line-height: 2.8em;
}


p.small {
    font-size: 0.8em;
    margin: 20px 0 0;
}


/* Layout */
.container {
    margin: 0;
}

.top {
    margin: 0;
    padding: 70px 0px;
    width: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
    text-align: center;
}


.login-box {
    background-color: rgba(255, 255, 255, 0.1); /*transparent*/
    border: 1px solid white;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    border-radius: 5px;
    /*box-shadow: 0 5px 50px rgba(0,0,0,0.4);*/
    text-align: center;
}

    .login-box .box-header {
        background-color: #9f0d10;
        margin-top: 0;
        border-radius: 5px 5px 0 0;
    }

.label {
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    font-family: 'Times New Roman';
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2em;
}


   
.button {
    border-style: none;
    border-color: inherit;
    
margin-top: 24px;
    width: 202px;
    height: 40px;
    border-radius: 2px;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 1px;
    background-color: #9f0d10;
    cursor: pointer;
    outline: none;
    font-family: 'Times New Roman';
}

    .button:hover {
        background-color:#f62f2f;
        transition: 0.5s;
    }

.error {

        margin-top: 24px;
    width: 202px;
    height: 40px;
    border: 0;
    border-radius: 2px;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 1px;
    background-color: red;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}

.headimg{
    background-image: url('http://theshipco.com/Image/animated.gif');
    background-repeat: no-repeat;
}