
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, copyright, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Arial;
  vertical-align: baseline;
}

.login-page {
  background-image: linear-gradient(to right, #ff5700, #25007d, transparent);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  box-sizing: border-box;
}
.sub-main-w3 {
  margin: 0 auto;
  max-width: 1067px;
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.submit2{
  background-color: #ca2026;
  min-width: 99px;
  padding: 10px 24px;
  color: white;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 0;
  position: static;
}
.submit2:hover{
  background-color: #a7a8ab;
  color: white;
  font-weight: 600;
}

.logo-image-style {
  /* background: url(/static/images/logos/frozit-logo.png) no-repeat center; */
  background: url(/static/images/logos/InnoSmart_logo.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  height: 100px;
}
.image-style {
  background: url(/static/images/logos/InnoSmart_logo.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  min-height: 442px;
  flex: 0 0 25%;
  min-width: 200px;
  float: none;
  width: auto;
  margin-left: 0;
}
.vertical-tab {
  color: #333;
  display: block;
  margin: 0;
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  float: none;
  width: 100%;
}
.vertical-tab .section-w3ls {
  display: none;
  width: 100%;
}
.vertical-tab .section-w3ls.is-active {
  display: block;
}
.vertical-tab input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.vertical-tab .section-w3ls label {
  background: #fff;
  border-right: 1px solid #dcdcdc;
  cursor: pointer;
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 33px 20px;
  position: relative;
  width: 230px;
  z-index: 100;
  color: #111;
  text-align: center;
}
.vertical-tab input[name="sections"]:checked+label {
  background: #00ad45;
  border-right: 1px solid #000;
  color: #fff;
}
label.icon-left-w3pvt span {
  display: block;
  font-size: 30px;
  margin-bottom: 7.8px;
}
.vertical-tab .section-w3ls article {
  display: block;
  min-width: 0;
  width: 100%;
  position: relative;
}

.sub-main-w3 form {
  background: #ffff;
  padding: 2em;
  min-height: 442px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 75%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.form-actions {
  margin-top: auto;
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.field_icon {
  cursor: pointer;
  flex-shrink: 0;
}
.legend {
  color: #000;
  font-size: 24px;
  text-align: left;
  margin-bottom: 1.2em;
  font-weight: 400;
}
.input {
  border-radius: 11px;
  margin-bottom: 1em;
  padding: 13px 15px;
  border: 1px solid #eee;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input span {
  font-size: 15px;
  color: #464646;
  margin-right: 10px;
}
.input input {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}
p.para-style {
  margin-bottom: .8em;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.8;
}
p.para-style-2 {
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.8;
  margin-bottom: 2em;
}
.submit {
  margin: 2.3em auto 0;
  background: #00ad45;
  border: none;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
  color: #fff;
  padding: 14px 30px;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 2px;
  width: 100%;
}
a.bottom-text-w3ls {
  color: #757474;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  margin-left: auto;
}
a.bottom-text-w3ls:hover {
  color: #ca2026;
  text-decoration: underline;
}
.login-page .pt-4 {
  display: none;
}
.sub-main-w3 .clear {
  display: none;
}

@media (max-width: 991px) {
  .sub-main-w3 {
    flex-direction: column;
    width: 100%;
    max-width: 480px;
  }
  .image-style {
    display: none;
  }
}

@media (max-width: 575px) {
  .login-page {
    padding: 16px 12px;
  }
  .sub-main-w3 form {
    padding: 1.25em;
    min-height: auto;
  }
  .legend {
    font-size: 20px;
    text-align: center;
  }
  .logo-image-style {
    height: 72px;
  }
  .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .submit2,
  .submit2:hover {
    width: 100%;
  }
  a.bottom-text-w3ls {
    text-align: center;
    margin-left: 0;
  }
  p.para-style {
    font-size: 14px;
  }
}
