/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f2f2f2;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f2f2f2;
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  body > .container-login {
    margin-top:125px;
    margin-left: 15px;
    margin-right: 15px;
    background-color:#fff;
    padding: 10px;
    border-radius: 5px;
    border:solid 1px #e2e2e2;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }

  .navbar{
      padding-left: 25px;
      padding-right: 25px;
      padding-top:15px;
      padding-bottom:15px;
      background-color: #fff !important;
      border-bottom: solid 3px #e0a800;
  }

  .carousel-inner img {
        width: 100%;
        height: 100%;
    }

    .form-signin{
        text-align: center;
        padding: 15px;
    }
    
    .container-footer{
        padding-left: 25px;
    }
  