body {
  background: #fff;
  background-image: url(./mainBG/manBig.png), url(./mobileBG/elementI.svg),
    url(./mobileBG/elementA.svg), url(./mobileBG/elementB.svg),
    url(./mobileBG/elementC.svg), url(./mobileBG/elementD.svg);
  background-size: 225px, 125px, 70px, 50px, 55px, 85px;
  background-position:
    bottom 0 left 0,
    bottom 105px right 0,
    left 0 bottom 215px,
    bottom 235px right 20px,
    top 15px left 0,
    right 0 top 60px;
  background-repeat: no-repeat;
}

a[title*="Hosted on free web hosting 000webhost.com"] {
  display: none !important;
}

#logoContainer {
  display: flex;
  justify-content: center;
  padding-top: 45px;
}

#Plogo {
  position: absolute;
  bottom: 40px;
  right: 10px;
}

.main-container {
  font-family: "SimplerPro_Menora-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 40px;
}

.sub-container {
  height: 80px;
}

.title {
  font-family: "SimplerPro_Menora-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  background-color: transparent;
  border: none;
  outline: none;
}

#carId {
  padding-top: 10px;
  padding-bottom: 7px;
  width: 300px;
  height: 30px;
}

#mobileContainer {
  padding-top: 20px;
}

#mobileInput {
  padding-top: 10px;
  padding-bottom: 7px;
  width: 300px;
  height: 30px;
}

input::placeholder {
  color: #000000;
}

hr {
  margin: 0;
  background: #343546;
  border: none;
  width: 300px;
  height: 1.44px;
}

#loginButton {
  width: 175px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ffc700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "SimplerPro_Menora-Regular";
  font-weight: 500;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 17px;
  box-shadow: 0px 0px 34px 0px #ffc70059;
}

#loginButton:hover {
  background-color: #e0b200;
}

#loginButton:active {
  background-color: #e0b200;
}

.error-message {
  font-family: "SimplerPro_Menora-Regular";
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}

#footer {
  font-family: "SimplerPro_Menora-Regular";
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 17px;
  right: 17px;
}

#privacyButton {
  border-left: 1px solid;
  height: 13px;
  width: 83px;
  margin-left: 1px;
  display: inline-table;
}

#failedLoginModal .small-modal-content {
  width: 80% !important;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 20px;
  align-items: center;
}

#failedLoginModal h2 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #6436df;
}

#failedLoginModal .close-modal {
  left: 7%;
  width: 18px;
  padding: 0;
}

#failedLoginModal .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  width: 65%;
  margin-bottom: 20px;
}

#contactButton {
  background-color: #6436df;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.3px;
  letter-spacing: 0.01em;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 40px;
}

#contactButton img {
  width: 33px;
  padding-left: 5px;
}

.bold {
  font-weight: 700;
}

#otpModal .small-modal-content {
  width: 75%;
  font-size: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

#otpModal .text {
  padding: 20px 50px;
  text-align: center;
  margin-top: 30px;
}

#otpModal .close-modal {
  left: 15%;
}

#otpCode {
  width: 50%;
  height: 50px;
  margin-top: 15px;
  border: 0.4px solid #7a7a7a;
  box-shadow: 0px 0px 9.8px 0px #00000026 inset;
  font-family: "SimplerPro_Menora-Regular";
  font-size: 27px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.09em;
  text-align: center;
  border-radius: 6px;
}

#otpCodeError {
  display: none;
  padding-top: 10px;
  color: red;
  font-size: 16px;
}

#sendAgainContainer {
  padding-top: 20px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

#sendAgainContainer img {
  padding-left: 10px;
}

#otpModal .button {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #6436df;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  font-family: "SimplerPro_Menora-Regular";
  font-weight: 500;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 50px 0 20px;
}
