﻿@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);

@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
}

body {
  background: url(../images/bg1.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	padding-top: 80px;
}


.ilogo{
        height: 150px;
    padding: 10px;
    margin: auto !important;
    text-align: center;
}

/*Navigation*/
.navbar{
	font-family:"Open Sans",sans-serif;
	font-size:13px;
	font-weight:800;
	letter-spacing:1px;
	text-transform:uppercase;
}

.navbar .navbar-inner{
	height:80px;
	background:white;
	filter:none;
}

.navbar .brand{
	margin-top:20px;
	padding-bottom:8px;
	max-height:40px;
	width:auto;
}

#logo{
	vertical-align:middle;
}

.navbar .nav {
  margin-top: 20px;
}


#login-wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  margin-top: -185px;
  margin-left: -211px;
  padding: 25px;
  width: 420px;
  height: 350px;
  background: white;
  text-align: center;
}

.login-form legend {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.login-form legend{
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}


.blue {
  color: #447fc8;
}

.login-form .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}


.login-form .footer {
  margin-top: 20px;
}

.login-form label {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  display:block;
}

.login-form .footer .checkbox.inline {
  display: inline;
}

.login-form .footer .checkbox.inline input[type="checkbox"] {
  float: none;
  margin-top: -4px;
}


.login-form .footer .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  padding: 7px 25px;
  background-image: none;
}

footer.white {
  padding-top: 20px;
  height: 50px;
  background: white;
  text-align: center;
}
