* {box-sizing: border-box}

body {
  padding: 0;
  margin: 0;
}

body, html {
  height: 100%;
  margin: 0;
}

.bg {
  /* The image used */
  /*background-image: url("../img/bwl bg.png");*/
background-image: url("../img/sim bg1.jpg");
/*background-image: url("../img/bwl bg2.png");*/
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

#login-form {
  text-align: center;
  background-color: rgba(89, 89, 89, 0.6);
  width: auto;
  box-shadow: 6px 7px 7px 2px rgba(0,0,0,0.5);
  font: 11px Arial, Helvetica, sans-serif;
}

#login-form>div .passeye {
  position: relative;
  font-size: 11px;
  left: 7px;
}

#login-form>div .passeye>i {
  position: relative;
  right: 25px;
	cursor: pointer
}

#hpbkimg {
  height: 350px;
  width: 950px;
  max-width: 100%;
  box-shadow: 6px 7px 7px 2px rgba(0,0,0,0.5);
}

#transtext {
  color: rgba(255,255,255,0.3);
  font-size: 3vw;
  font-weight: bold;
  margin: auto;
  text-align: center;
  position: absolute;
  padding: 15px 0 0 15px;
}

#passwordpanel, #passwordpanel a {
  font-size: 11px;
  text-decoration: none;
  color: white;
}

#passwordpanel a:hover {
  font-size: 11px;
  text-decoration: none;
  color: RGB(41, 69, 134);
}

#browserdetailsstyle {
  font-weight: normal;
}

/* Header */
.header {
  /* overflow: hidden; */
  background-color: #f1f1f1;
  padding: 2px 5px 2px 5px;
}

.header-center {
  float: none;
  position: absolute;
  top: 4.0%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: RGB(41, 69, 134);
  font: 700 20px Lora;
}

.header-right {
  float: right;
}

/* definition for input, select & textarea fields */
select, input[type=text], input[type=password]  {
  width: 60%;
  padding: 8px 10px 8px 10px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 6px;
  resize: vertical;
  background: white;
  font-size: 11px;
}

select:focus, input[type=text]:focus, input[type=password]:focus {
  border-color:#9ecaed;
  box-shadow:0 0 10px #9ecaed;
  outline: none;
}

.loginbutton {
  padding: 12px 20px;
  background: RGB(41, 69, 134);
  color: white;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  opacity: 0.8;
}

button:hover {
  opacity:1;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 15px 0 rgba(0,0,0,0.19);
}

button:hover:disabled {
  opacity:0.5;
  cursor:no-drop;
  background: red;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

h3 {
  padding: 5px 0 0 9px;
  margin: 0;
  font-size: 13px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px rgb(50, 50, 50);
}

.iconbtn {
  border: none;
  padding: 8px 8px 8px 8px;
  font-size: 12px;
  background-color: RGB(41, 69, 134);
  border-radius: 6px;
  color: white;
  cursor: pointer;
  opacity: 0.8;
}

/* Set a style for the submit/register button */
.genbtn {
  margin: 0em;
  text-align: center;
  background-color: RGB(41, 69, 134);
  padding: 12px 20px;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  opacity: 0.8;
}

.genbtn:hover {
  opacity: 0.7;
}

.footer {
  position: fixed;
  left:0;
  bottom:0;
  width:100%;
  background-color: rgba(110, 180, 63, 0.5);
  color: white;
  text-align: center;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .header-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
