@font-face {
    font-family: FontUpload;
    src: url("upload-regular.eot"); /* IE9 Compat Modes */
    src: url("upload-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("upload-regular.woff") format("woff"); /* Modern Browsers */
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0px;
}

body {
  font-size: 15px;
  font-family: FontUpload, Helvetica, sans-serif;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  color: #21409a !important;
}

input, select, textarea, .form-control {
  color: #1a3585;
  border-radius: 0px;
}

.select-inline {
  width: auto;
  display: inline-block;
}

.alert {
  border-radius: 0px;
}

header {
  border-bottom: 2px solid #1a3585;
  margin-bottom: 10px;
}

.nav-logo-bblam {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #21409a !important;
  border: 0px !important;
  border-radius: 0px;
  margin-bottom: 30px;
}

.sub-navbar {
  display: block;
  width: 100%;
}

.title-welcome {
  margin-top: 0px;
}
.sub-title-welcome {
  font-size: 20px;
  margin-bottom: 20px;
}

.condition-list {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px auto;
  width: 80%;
}

.condition-list li {
  margin: 5px 0px;
}

article {
  padding-bottom: 100px;
}

.form-nav {
  width: 100%;
}

.form-nav li {
  display: inline-block;
  padding: 10px;
}

.form-nav li.active {
  color: #21409a;
  font-weight: bold;
}

.comment-blog {
  width: 100%;
  margin: auto;
}

.comment-blog ol {
  margin-left: 30px;
}

.table-document thead {
  color: #FFF;
  background-color: #1a3585;
}

.btn {
  /* 
  opacity: 1;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #21409a;
  padding: 10px 20px;
  */

  color: #21409a;
  border: 1px solid #21409a;

  border-radius: 0px !important; 
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.btn:hover {
  /* 
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out; */
  opacity: .75;
  color: #21409a;
}

.btn-accept, .btn-accept:hover {
  color: white !important;
  background-color: #1a3585 !important;
}

.btn-otp:hover, .btn-download:hover {
  color: #FFF;
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
}

.btn-otp, .btn-download {
  color: #FFF;
  background-color: #FA6916;
  border: 1px solid #FA6916;
  padding: 5px 20px;
}

.btn-download:hover, .btn-download:active {
  color: #FFF;
  text-decoration: none;
}

.blog-download {
  margin-bottom: 35px;
}

footer {
  color: white;
  font: 90% Helvetica, sans-serif;
  padding: 15px 0px;
  background-color: #21409a;
  border-bottom: 5px solid #1a3585;
  position: fixed;
  width: 100%;
  bottom: 0px;
}

footer p {
  margin: 0px;
}
