﻿body
{
}
.background
{
    background: url('../imgs/lines_texture1102.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.heading
{
	color:white;
	font-family: 'Gill Sans MT';
	text-align: center;
	padding: 5px;
	font-size: 40px;
	margin-top: 120px;
}

.loginbtn
{
	width: 40%;
	display: block;
	margin-left: 45px;
    height:30px;
}

.checkbox
{
	margin-left: 10px;
}

.heading_password
{
	color: ButtonFace;
	font-family: 'Gill Sans MT';
	text-align: center;
	padding: 5px;
	font-size: 25px;
	margin-top: 120px;
}
.margin
{
    margin-top:60px;
}


.logout
{
    background-color:ActiveBorder;
    float:right;
    margin-top:10px;
    margin-right:10px;
    border-radius:12px;
    font-size:medium;
      /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
      background-image:url('imgs/logout.png')
}

.footer
{
    
	position:fixed;
	bottom:0px;
	/*left:0px;*/
	width:100%;
	color:#CCC;
	background:#333;
	padding:8px;
    text-align:center;
}

.mainlogo
{
    margin-top:-14px;
    width:320px;
    /*padding:0px;*/
    height:76px;
	margin-left:-13px;
}
.container-fluid
{
    height:80px;
    border-bottom: 3px solid orange;
   
}

.logotext
{
    font-family:Copperplate Gothic Light;
    color:black;
    text-transform:uppercase;
    /*margin-left:200px;*/
    text-align:center;
      text-shadow: 0 0 3px grey;

}