.loginBox {
  float: left;
  width: 100%;
  padding-left: 18px;
}
.topDiv {
  float: left;
  width: 100%;
  height: 90%;
  /*background :url(../imgs/1.jpg) no-repeat center top; */
}

.centerDiv {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  margin-left: -199px;
  margin-top: -133px;
  padding: 2px;
  border: 1px solid blue;
  border-radius: 20px;
}

.errMsgDiv {
  color: red;
  font-size: 12px;
  width: 90%;
}

.forgotPwDiv {
  text-align: left;
  padding-left: 103px;
}

.systemNameDiv {
  float: center;
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.polyLogoDiv {
  float: left;
  background: url(../imgs/PolyaireLogo_fp.png) no-repeat center top;
  height: 110px;
  margin-left: 0px;
  padding: 0;
  width: 100%;
}

.loginFormInput {
  width: 300px;
  background: #d3d3d3;
  height: 25px;
}

.loginFormLabel {
  float: left;
  width: 102px;
  font-size: 14px;
  font-weight: bold;
  padding-right: 2px;
  padding-top: 5px;
}

.loginPageContainer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  width: 980;
  height: 100%;
  text-align: left;
}
body {
  margin: 0px;
  padding: 0px;
  font: 12px 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
  text-align: center;
}
button {
  width: 80;
  height: 30;
}

span.button {
  width: 80;
  height: 30;
  border: none;
  border-color: transparent;
}

span.button input {
  width: 80;
  height: 30;
  border: none;
  border-color: transparent;
}

.submitDiv {
  text-align: center;
}

/* #loginSubmit {
  float: center;
  width: 100px;
} */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #d3d3d3 inset;
}

input:focus {
  background-color: white;
}

/* #forgotPWA {
  padding-left: 110px;
} */

.login-container {
  border: 1px solid #006fb7;
  border-radius: 20px;
  padding: 15px 5px 20px 5px;
}

.login-input {
    width: 100%;
    padding: 10px 8px;
    margin: 8px 0;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #006fb7;
    box-sizing: border-box;
}

.login-notification {
  border-radius: 12px;
  text-align: justify;
  font-weight: bold;
  background: #57B2FF;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  box-shadow: 0px 5px 20px 1px;
}

.login-notification i {
  font-size: 18px;
  width: 22px;
  vertical-align: middle;
  color: #fff;
}

.login-logo {
  height: 70px;
  width: auto !important;
}

@media (min-width: 576px) {
  .login-notification {
    text-align: left;
    padding: 20px;
  }

  .login-logo {
    height: auto;
  }

  .systemNameDiv {
    font-size: 25px;
  }
}
.ios-tutorial {
  height: 50vh;
  overflow-y: scroll;
  z-index: 100;
}

.tutorial-step {
  text-align: justify;
}

.title-red {
  color:red;
}

.tutorial-list {
  list-style: none;
  padding:2px;
  text-align:center;
}

.tutorial-img {
  width: 70%;
  padding: 10px;
}

.ios-tutorial::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
.ios-tutorial::-webkit-scrollbar-track {
  background-color: grey;
  border-radius: 10px;
}
.ios-tutorial::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #006fb7;
}