/* 
    Created on : 01-06-2015, 03:58:05 PM
*/
body {
    padding-top: 40px;
    height: 100%;
    width: 100%;
}
body.bg-1 {
  background: #212C3D url("/bundles/argosfrontend/images/blurred-bg-1.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
body.bg-2 {
  background: #212C3D url("/bundles/argosfrontend/images/blurred-bg-2.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
body.bg-3 {
  background: #212C3D url("/bundles/argosfrontend/images/blurred-bg-3.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
@media(max-width:1024px){
  .container-fluid{
    padding: 0 !important;
  }
  body {
    padding-top: 0 !important;
  }
  .row {
    margin-top:0 !important;
  }
}
.row {
  background-color: #212C3D;
  background: none repeat scroll 0% 0% rgba(33, 44, 61, 0.6);
  max-width: 600px;
  padding: 15px;
  margin: 0px auto;
  margin-top: 50px;
}

.form-login button[type="submit"] {
  margin-top:15px;
}

.form-login input#inputUsername {
  margin-bottom: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-login input.top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-login input#inputPassword {
  margin-bottom: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.form-login input.bottom {
  margin-bottom: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.space {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
}