﻿body
{
    color:#fefefe;
    background-color:#333;
        
}
.container
{
    position:relative;
    width:100%;
}
.container > header {
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 10px 10px;
    position: relative;
    display: block;
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.icon-logo
{
    position: relative;
    /* width: 150px; */
    height: 36px;
    /* top: 10px; */
    /*left: 6px;*/
}
.container > header > h1{
    color:red;
}
.container > header > h5{
    margin: 0;
    position: relative;
    top: 2px;
    /*left: 11px;*/
}
.container > header > h6{
    margin-left:20px;
}
.icon-home
{
    position:absolute;
    background-image:url("/Content/images/home_48.png");
    background-repeat:no-repeat;
    width:48px;
    height:48px;       
}

.main-form
{
    position: relative;
    display: inline;
    width:90%;
    margin:0 auto;
    text-align:center;
}
.form1 {
    width: 200px;
    margin:0 auto;
    position: relative;
}

.form1 input{
    margin-bottom: 0px;
}
.form1 input[type=text], .form1 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    width: 80%;
    padding: 8px 14px 8px 20px;
    border: none;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #f9f9f9;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

label{
    display:block;
}

button.cssbtn1 {
    width: 100px;
height: 35px;
font-weight: bold;
right: 5px;
position: absolute;
}

.loginbtn {

font-weight: bold;
margin:0 auto;
position: relative;
}