html, body {
margin : 0;
padding : 0;
}
.GVFixedHeader {
font-weight: bold;
background-color: white;

top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}
body {
font : 73% Arial,  Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
background : #D5DBE1;
/*background:#e9e4b1;*/
color : #555;
}
			/*WRAP*/
#wrap {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}
			/*BANNER*/
#masthead {
height:200px;
padding: 0;
margin-bottom: 0;
background: #B5B5B5 url(images/masthead.jpg) top center no-repeat;
}
			/*MAIN CONTAINER*/
#container {
width: 788px;
border: 0px solid #aaa;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.8em;

}
			/*TOP NAVIGATION*/
.menu {
height: 60px;
text-align:center;
float:right;
margin-bottom: 0;
background-color: #D5DBE1;
}
.menu{position:relative;display:block;height:40px;
font-size:1em;
font-weight:bold;background:url('images/bgOFF.gif') repeat-x left top;
font-family:Arial,Verdana,Helvitica,sans-serif;
    top: 0px;
    left: 0px;
    direction:ltr;
}
.menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
.menu ul li{display:block;float:left;margin: 0 1px 0 0;}
.menu ul li a{display:block;float:left;color:#333;text-decoration:none;
padding:4px 20px 0 20px;height:18px;}
.menu ul li a:hover,#menu ul li a.current{color:#000;
background:transparent url(images/bgON.gif) repeat-x top left;}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin: 0 0px 0 0;
background: #D5DBE1;
/*background:#e9e4b1;*/
    width: 763px;
}
			/*SIDEBAR*/
#sidebar {
float: right;
width: 280px;
margin: 15px 0 0 0;
padding: 0 1em 0 1em;
background:#EBEBEB;
}
			/*SIDE NAV*/
#navcontainer {
width : 280px;
margin : 0 0 20px 0;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {text-decoration : none;
display : block;
padding : 3px;
width : 280px;
border-bottom : 1px solid #eee;
background : #D5DBE1;
color : #666;
}
#navcontainer a:link, #navlist a:visited {
color : #666;
background : #D5DBE1;
}
#navcontainer a:hover {text-decoration : none;
background : #C9D2DF;
color : #fff;
}
			/*FOOTER*/
#footer {
clear: both;
height: 104px;
padding: 0;
margin-top: 0px;
text-align: center;
color: #333;
background: #B5B5B5 url('images/footer.jpg') no-repeat center top;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 20px 0 20px 5px;
font-size: 160%;
letter-spacing: 3px;
color: #333;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*IMAGES*/
.right {
float: right;
border: 0px solid #656C4A;
margin: 5px 0 10px 0;
padding: 10px;
}	
			/*LINKS*/
a:link, a:visited {
color : #DD618A;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border: 0;
}

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');*/
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}
.bac {
    /*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');*/
    background-image:url('images/bacc.jpg')
}
.container{
height: 100%;
/*align-content: center;*/
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
    }

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}