*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #848282;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848282;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #848282;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: url(../../assets/images/carupdater_login.jpg) no-repeat 0 0;
  background-size: cover;
}
body.bike {
  background: url(../../assets/images/bikeupdater_login.jpg) no-repeat 0 0;
}
body.boat {
  background: url(../../assets/images/boatupdater_login.jpg) no-repeat 0 0;
}
.public-wrapper {
  padding: 0 40px;
}
.login-wrapper {
  max-width: 1080px;
  margin: 50px auto 250px auto;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.logo {
  margin-bottom: 20px;
}
.form-row {
  display: flex;
  margin: 0 -15px;
}
.form-row .col {
  flex: 1;
  padding: 0 15px;
}
input.field {
  display: block;
  padding: 12px;
  font-size: 20px;
  line-height: 35px;
  border: none;
  background: #fff;
  color: #848282;
  font-weight: bold;
  width: 100%;
}
.button {
  background: #03a420;
  border: 0;
  display: block;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 12px;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  background: #025911;
}
ul {
  list-style: none;
  padding: 0;
  margin: 13px 0 0 0;
}
ul li {
  display: inline-block;
  padding: 0 10px;
}
ul li a {
  display: block;
  color: #434243;
  border-bottom: 2px solid;
  text-decoration: none;
  font-weight: bold;
  line-height: 25px;
}
.login-footer {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  text-align: center;
}
.login-footer div {
  color: #fff;
  font-size: 16px;
}
.login-footer div a {
  color: #fff;
}
/**bike**/
body.bike .button {
  background: #3ff105;
  color: #000;
}
body.bike .button:hover {
  background: #2ba603;
}
/**bike code end**/
/**boat**/
body.boat .button {
  background: #01A0f2;
  color: #fff;
}
body.boat .button:hover {
  background: #016ea6;
  color: #fff;
}
