body {
  background: #eee;
}
.required:after {
  content: " *";
  color: red;
}
.hidetext
{ 
  -webkit-text-security: disc; /* Default */ 
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color:#fff;   
  z-index: 99;
}

#loading-image {
    position: absolute;
    justify-content: center;
    align-items: center;
    margin: 12rem 45rem;        
  }

.form-group input {
  width: 100%;
  height: auto;
  border: 2px solid #fbcd5d;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  border-radius: 27.5px;
  -o-border-radius: 27.5px;
  -ms-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  -webkit-border-radius: 27.5px;
  background: rgba(255, 255, 255, 0.2);
}
select {
  border-radius: 27.5px;
  width: 100%;
  border: 2px solid #fbcd5d;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.main-content {
  width: 40%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px rgba(0, 0, 0, .4);
  margin: 3em auto 6em auto;
  display: flex;
  background: #eee;
}
.company-info {
  background-image: url('../images/white1.jpg');
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
.loginbg {
  width: 100%;
  height: auto;
  background-image: url('../images/gold.jpg');
  background-size: cover;
  border: 1px solid #EFAC6B;
  overflow: hidden;
}

#msg {
  position:absolute;
  bottom: 50px;
  bottom: -150px\9; 
  left:40px;
  width:250px;
  padding:15px;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #ccc;
  border:1px solid #ddd;
}
#msg h4 {
  margin:0 0 10px 0;
  padding:0;
  font-weight:normal;
  font-size:medium;
}

#msg::before {
  content: "\25B2";
  position:absolute;
  top:-11px;
  font-size:14px;
  line-height:14px;
  color:#ddd;
  text-shadow:none;
  display:block;
}
ul, li {
margin:0;
padding:0;
list-style-type:none;
}

form ul li {
  margin:10px 20px;

}
form ul li:last-child {
text-align:center;
margin:20px 0 25px 0;
}

/* Add a green text color and a checkmark when the requirements are right */
.invalid {
background:url('/static/images/cross.png') no-repeat 0 50%;
padding-left:22px;
line-height:25px;
color:#ec3f41;
}

.valid {
background:url('/static/images/tick.png') no-repeat 0 50%;
padding-left:22px;
line-height:24px;
color:#3a7d34;
}

#msg {
display:none;
}

.header h3 {
  color: #a3000e;
  filter: drop-shadow (0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  margin-top: 10px;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, , 50% 50%));
  font-weight: 450;
  font-size: 2em;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.fa-android {
  font-size: 3em;
}
@media screen and (max-width: 640px) {
  .main-content {
    width: 90%;
  }
  .login_form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (min-width: 642px) and (max-width:800px) {
  .main-content {
    width: 70%;
  }
}
.row > h2 {
  color: #a3000e;
}
.login_form {
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  opacity: 0.94;
}
form {
  margin: 1em;
  font-weight: 600;
}
.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
  padding: .2em;
  outline: none;
  margin: 1.1em auto;
  transition: all .5s ease;
  text-align: left;
}
.pageheader {
  color: #a3000e;
  filter: drop-shadow (0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  margin: 0 auto;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, , 50% 50%));
  font-weight: 450;
  font-size: 2em;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  text-align: center;
  align-items: center;
  display: block;
  padding: 0.9em;
}
.form__input:focus {
  border-bottom-color: #a3000e;
  box-shadow: 0 0 5px rgba(0, 80, 80, .4);
  border-radius: 4px;
}
.btn {
  transition: all .5s ease;
  width: 70%;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  background-color: #a3000e;
  border: 1px solid #a3000e;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.btn:hover, .btn:focus {
  background-color: #a3000e;
  color: #fff;
}
.remember {
  margin: 5px 2px 5px 10px;
}
div.transbox {
  background-color: transparent;
  margin-bottom: 40px;
}
.pgbg {
  width: 100%;
  height: 100%;
  background-image: url('../images/white.jpg');
  background-size: auto;
  background-repeat: repeat-x;
  border: 1px solid #F7F7F7;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.nav-pills .nav-link.active {
  border: 1px solid #fbcd5d;
  background-color: transparent;
}
.navbar {
  padding: 0.1rem 1rem;
  border-bottom: 5px solid #fbcd5d;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fbcd5d;
  font-size: 16px;
  font-weight: 500;
}
/* COMPACT CAPTCHA */
.capbox {
  background-color: #F1F1F1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  padding: 5px 8px 5px 8px;
  border-radius: 4px 4px 4px 4px;
  margin: auto .8em;
}
.capbox-inner {
  font: bold 12px arial, sans-serif;
  color: #000000;
  margin: 0px auto;
  padding: 3px 10px 5px 10px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#CaptchaDiv {
  color: #000000;
  font: normal 25px Impact, Charcoal, arial, sans-serif;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  user-select: none;
  display: inline-block;
  padding: 3px 14px 3px 8px;
  margin-right: 4px;
  border-radius: 4px;
}
#CaptchaInput {
  border: #eee 1px solid;
  margin: 3px 0px 1px 0px;
  width: 105px;
}
.footerbg {
  border-top: 5px solid #a3000e;
  padding: 15px 10px 5px;
  margin: 0;
  overflow: auto;
  font-size: 14px;
}
.search-container input[type=text] {
  padding: 4px;
  font-size: 17px;
  border: none;
  width: 80%;
}
.search-container button {
  padding: 6px 10px;
  margin-top: 0;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-container button:hover {
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  input[type=submit]:hover {
    background-color: #45a049;
  }
  .form-control {
    background: red;
  }
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }