
 html { 
  background: url(/img/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body {
	color: #002b5a;
	font-family:'Droid Sans';
	margin-top: 300px;
	font-size:24px;
}

a{
	color: #002b5a;
	font-weight: 700;
	text-decoration: none;
}


.box{
	border-radius: 5px;
	background-color:#fff;
	border-color:#002b5a;
	border-style: solid;
	margin: 0 auto;
	width: 400px;
	padding: 24px;
}

.btn {
    border: medium none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 15px;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}

.btn-inverse {
    background-color: #34495e;
    color: #fff;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.471;
    padding: 10px 19px;
}

.btn-block {
    white-space: normal;
}

.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse.focus,
.btn-inverse.active,
.btn-inverse-active, .open >
.dropdown-toggle.btn-inverse{
	background-color: #415b76;
	border-color: #415b76;
	color: #fff;
}