  body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #eee;
  
  }
  .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   box-shadow:inset 2px -3px rgba(0,0,0,0.15);
  }
  .btn:focus
  {
   outline:0;
   -webkit-outline:0;
   -moz-outline:0;
  }
  .fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('https://pro2-bar-s3-cdn-cf1.myportfolio.com/3e20862b275b0e5731e0e480e8e10a1a/9c7004d5-edd7-4b99-b0a8-7ff8e6d008f7_rw_1920.JPG?h=649f54465819b13519ec200643c5af69');
    background-repeat:repeat;
    z-index: -1;
  }
  .form-signin {
    width: 50%;
    padding: 15px;
    margin: 0 auto;
      margin:0px;
  }
  .form-signin .form-signin-heading, .form-signin {
    margin-bottom: 60px;
  }
  .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #000;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: rgb(0,0,0);
    border-top:1px solid rgba(0,0,0,0.08);
  }
  .form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  }

  #barra .nav-tabs { border-bottom: 2px solid #DDD; }
    #barra .nav-tabs > li.active > a, #barra .nav-tabs > li.active > a:focus, #barra .nav-tabs > li.active > a:hover { border-width: 0; }
    #barra .nav-tabs > li > a { border: none; color: #666; padding: 1em; display: block; }
        #barra .nav-tabs > li.active > a, #barra .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        #barra .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    #barra .nav-tabs > li.active > a::after, #barra .nav-tabs > li:hover > a::after { transform: scale(1); }
#barra .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
#barra .tab-pane { padding: 15px 0; }
#barra .tab-content{padding:20px}

#barra  {margin: 2.5em; background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
