/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

label.error{
  color: orangered;
}

.legend{
  position: relative;
  margin-top: -15px;
  margin-left: 10px;
  padding: 0;
}

#status{
  padding: 5px 15px;
  color: orangered;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
@media screen{
  h1{
      position: relative;
      margin-top: 60px;
  }
  #submitJurnal .row{
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
  }
  #submitJurnal .row:nth-child(even){
      background-color: #efefef;
  }
  .btn{
      margin: 15px 0;
  }
}

.nav{
  text-transform: uppercase;
}