/*!* 2025-06-25 20:17:01.717911|2025-06-24 18:37:49|20250625201658|4359|Normal *!*/
html.not-logged-in.manager-ui,
html.not-logged-in.manager-ui body,
html.not-logged-in.manager-ui #wrap,
html.not-logged-in.manager-ui .contents-body {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#login-container,
#login-container .login {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  background-image: url('/assets/e0b27af27728cb22e45e3f4434caa809/web//images/login/background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#login-container .platform-descriotion {
  padding: 30px;
  background: #F9F9F2;
  width: 350px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
#login-container .platform-descriotion .bottom-rider {
  position: absolute;
  bottom: 30px;
  left: 60px;
}
#login-container .form-wrapper {
  width: 700px;
  height: 580px;
  display: block;
  text-align: center;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
}
#login-container form.form-inline {
  width: 100%;
  margin: 0;
}
#login-container form.form-inline .wrapper {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
#login-container form.form-inline input[type="text"],
#login-container form.form-inline input[type="password"] {
  display: inline-block;
  background: #FFF;
  border: 1px solid #DADADA;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 62px;
  font-size: 20px;
  font-weight: bold;
}
#login-container form.form-inline .control-label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
#login-container form.form-inline .check-label label {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
#login-container form.form-inline .check-label small {
  margin-top: 10px;
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  color: #FFFFFF;
}
#login-container form.form-inline .form-actions {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #151515;
}
#login-container form.form-inline .form-actions button {
  margin: 46px 0 0 0;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #000000;
  box-sizing: border-box;
  width: 100%;
  height: 62px;
}
#login-container input[type="checkbox"] {
  background: transparent;
}
#login-container .bottom-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #ccc;
  font-size: 13px;  
  text-align: center;
}

@media screen and (max-height: 600px) {
  #login-container .platform-descriotion .bottom-rider img {
    width: 90%;
  }
}
@media screen and (max-height: 520px) {
  #login-container .bottom-copyright {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  #login-container .platform-descriotion .bottom-rider img {
    width: 80%;
  }
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label span {
}
.styled-checkbox + label:before {
  content: "";
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px !important;
  height: 24px !important;
  background: #F9F9F2 !important;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.styled-checkbox:focus + label:before {
}
.styled-checkbox:checked + label:before {
  background: #FFFFFF !important;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd !important;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  background: black;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
  transform: rotate(45deg);
}

#login-container .text {
  margin: 35px 0;
}


#login-container .text h1{
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 27px;
}

#login-container .text h2{
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}