*{
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.special,.special .jumbotron {height:150%;}

.btn {
	border: :0 none;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-default {
    background: #619CB0;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #999999;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #e6e6e6;
    color: #333333;
}

header {
    width: 100%;
    line-height: 150px;
    color:red;
    height: 150px;
}

.navbar-inner {
    border:0;
    border-radius: 0;
    background: blue;
    padding:0;
    margin:0;
    height: inherit;
}

.container-main {
    box-shadow: 0 0 30px gray;
    padding:60px 25px 25px 25px;

}

.well{
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
    background-color: rgb(255, 255,255);
    border-color: rgb(200, 0, 50);
}

.h3{
	text-transform: uppercase;
	color: rgb(0, 0, 0);
}

.navbar-default {
    border-color: rgb(200, 0, 50);
    text-transform: uppercase;
}

.alert-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(200, 0, 50);
}

.alert-info {
    background: rgb(097, 156, 176);
    color: #ffffff;
}

body {
  padding-top: 0px;
  padding-bottom: 40px;
  
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body {

background-color: #444444;  
        
}

@media (min-width: 768px) {
    body {
         background: url(../img/arqivabg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }
}
