body {
 font-family: 'Open Sans', sans-serif;
 font-weight: lighter;
 background-image: linear-gradient(to bottom, #473082 , #408fa2);
}

.main-con {
  min-height: 100vh;
  margin-bottom: -50px;
}

.container {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.container-logo {
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.container-logo img {
  max-width: 250px;
}

button[type="submit"] {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #006ca6;
  border-radius: 0;
  font-size: 20px;
  color: #ffffff;
  background-color: #0387cd !important;
  height: auto !important;
  line-height: 35px;
  vertical-align: top;
  font-weight: bold;
  padding: 6px;
  max-width: 100%;
  margin-top: 20px;
}

input[type="text"], select {
 padding:10px 12px !important;
 width: 100%;
 font-size: 18px;
 color:#000000;
 box-shadow: none !important;
 border: 1px solid #d4d4d4;
 font-weight: lighter;
 margin-top: 20px;
}

h1 {
 font-size: 28px;
 font-weight: bold;
 color: #ffffff !important;
}

table {
  color: #ffffff;
  font-size: 1rem;
}
table tbody tr td {
  vertical-align: text-top;
  width: 50%;
  padding: 5px 25px;
}
table tbody tr td:first-child {
  text-align: right;
}
table tbody tr td:last-child {
  text-align: justify;
}

#search-result{
  display: none;
}
.spinner-border {
  vertical-align: middle!important;
  visibility: hidden;
}

.spinner-border.active {
  visibility: visible;
}
.footer-push {
  height: 50px;
}
footer {
  height: 50px;
  background-color: #2e2e2e;
  color:#ffffff;
  text-align: center;
  padding:20px;
  line-height: 10px;
  font-size: 0.8rem;
  font-weight: lighter;
}


@media (max-width: 992px){
  button[type="submit"], input[type="text"], select {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 767px){
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  table tbody tr td {
    display: block;
    width: 100%!important;
    text-align: center !important;
  }
  table tr td:first-child {
    font-weight: bold;
  }

}
