﻿body {
}

.background {
    background: url('../imgs/1.png') repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 70%;
}

.background1 {
    background: #286090 url('../imgs/bg_texture.png') repeat scroll center center !important;
    -moz-background-size: cover;
    background-size: 1.3%;
}

.heading {
    color: black;
    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;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #808080;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 350px;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.new_header
{
	
	
	margin: 0px;
	padding: 0px;
	/*width:100%;*/
	/*background:#7ce1f7*/   
	/*background: -moz-linear-gradient(right,#7ce1f7,white);*/
	background-repeat: repeat;
	background-attachment: scroll;
	background-image:url('../imgs/bg4.jpg');
}