@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
body {
  background: #FFF;
}

.login_body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 100;
}
.login_body .login_content {
  display: none;
  position: relative;
  max-width: 780px;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.login_body .login_content .login_left {
  max-width: 420px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
}
.login_body .login_content .login_left .login_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.login_body .login_content .login_left .login_forms {
  margin-bottom: 20px;
  max-width: 340px;
  width: 100%;
}
.login_body .login_content .login_left .login_forms .login_label {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.login_body .login_content .login_left .login_forms .login_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background: #FFF;
}
.login_body .login_content .login_left .login_forms .login_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.login_body .login_content .login_left .login_forms .login_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.login_body .login_content .login_left .login_forms .login_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.login_body .login_content .login_left .login_forms .login_form:-webkit-autofill, .login_body .login_content .login_left .login_forms .login_form:-internal-autofill-selected, .login_body .login_content .login_left .login_forms .login_form:focus-visible, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:hover, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:focus, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:focus-visible, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:hover, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:focus, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill, .login_body .login_content .login_left .login_forms .login_form::selection, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:hover, .login_body .login_content .login_left .login_forms .login_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.login_body .login_content .login_left .login_forms .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login_body .login_content .login_left .form_body_err .errrrrr {
  display: block;
}
.login_body .login_content .login_left .send_login {
  text-decoration: none;
  cursor: pointer;
  margin-top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  background: #F4F4F4;
  max-width: 340px;
  width: 100%;
  padding: 11px 22px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.login_body .login_content .login_left .send_login span {
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
}
.login_body .login_content .login_left .send_login:hover {
  border: 1px solid #df2040;
  background: #ffffff;
}
.login_body .login_content .login_left .send_login:hover span {
  color: #df2040;
}
.login_body .login_content .login_left .login_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 340px;
  width: 100%;
}
.login_body .login_content .login_left .login_bottom .login_bottom_left {
  max-width: 150px;
  width: 100%;
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login_body .login_content .login_left .login_bottom .login_bottom_left a {
  text-decoration: none;
  color: #DF2040;
}
.login_body .login_content .login_left .login_bottom .login_bottom_right {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #DF2040;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 715px) {
    .login_body{
        padding:0px;
    }
   .login_body .login_content .login_left {
    max-width: 715px;
  }
  .login_body .login_content .login_left {
    padding: 30px 20px;
  }
  .login_body .login_content .login_left .login_title {
    margin-bottom: 20px;
  }
  .login_body .login_content .login_left .login_forms {
    margin-bottom: 25px;
  }
  .login_body .login_content .login_left .login_bottom .login_bottom_left {
    max-width: 140px;
  }
}
@media (max-width: 615px) {
  .login_body .login_content .login_left {
    max-width: 615px;
  }
  .login_body .login_content .login_left .login_forms {
    max-width: 615px;
  }
  .login_body .login_content .login_left .login_forms .login_form {
    max-width: 615px;
  }
  .login_body .login_content .login_left .send_login {
    max-width: 615px;
  }
  .login_body .login_content .login_left .login_bottom {
    max-width: 615px;
  }
}
@media (max-width: 515px) {
     .login_body .login_content .login_left {
    max-width: 515px;
  }
}
@media (max-width: 485px) {
    
    .login_body .login_content{
        max-width:300px;
    }
     .login_body .login_content .login_left {
    max-width: 400px;
  }
}
.login_body .login_content .login_img {
  width: 360px;
  background-image: url(../image/login.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
.login_body .login_content .login_img svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 190px;
  width: 100%;
  height: auto;
}
@media (max-width: 615px) {
  .login_body .login_content .login_img {
    display: none;
  }
}
.login_body .login_content .reset_body_close,
.login_body .login_content .login_body_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 26px;
  height: 26px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
}
.login_body .login_content .reset_body_close svg,
.login_body .login_content .login_body_close svg {
  width: 26px;
  height: 26px;
  display: block;
}
.login_body .reset_content {
  display: none;
  max-width: 300px;
  width: 100%;
}
.login_body .reset_content svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 237px;
  height: 25px;
  margin-bottom: 30px;
}
.login_body .reset_content .reset_content_all {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
  position: relative;
}
.login_body .reset_content .reset_content_all .reset_content_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 23px;
}
.login_body .reset_content .reset_content_all .reset_content_description {
  margin-bottom: 30px;
}
.login_body .reset_content .reset_content_all .reset_content_description span {
  display: block;
  color: #9E9E9E;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login_body .reset_content .reset_content_all .reset_forms {
  margin-bottom: 30px;
  max-width: 320px;
  width: 100%;
}
.login_body .reset_content .reset_content_all .reset_forms .reset_label {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.login_body .reset_content .reset_content_all .reset_forms .reset_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background: #FFF;
}
.login_body .reset_content .reset_content_all .reset_forms .reset_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.login_body .reset_content .reset_content_all .reset_forms .reset_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.login_body .reset_content .reset_content_all .reset_forms .reset_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-internal-autofill-selected, .login_body .reset_content .reset_content_all .reset_forms .reset_form:focus-visible, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:hover, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:focus, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:focus-visible, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:hover, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:focus, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill, .login_body .reset_content .reset_content_all .reset_forms .reset_form::selection, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:hover, .login_body .reset_content .reset_content_all .reset_forms .reset_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.login_body .reset_content .reset_content_all .reset_forms .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login_body .reset_content .reset_content_all .form_body_err .errrrrr {
  display: block;
}
.login_body .reset_content .reset_content_all .reset_login {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  background: #F4F4F4;
  max-width: 340px;
  width: 100%;
  padding: 11px 22px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
}
.login_body .reset_content .reset_content_all .reset_login span {
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
}
.login_body .reset_content .reset_content_all .reset_login:hover {
  border: 1px solid #df2040;
  background: #ffffff;
}
.login_body .reset_content .reset_content_all .reset_login:hover span {
  color: #df2040;
}
@media (max-width: 715px) {
  .login_body .reset_content .reset_content_all {
    padding: 30px 20px;
  }
}
.login_body .reset_content .reset_content_all .login_body_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 26px;
  height: 26px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
}
.login_body .reset_content .reset_content_all .login_body_close svg {
  width: 26px;
  height: 26px;
  display: block;
}
.login_body .reset_content .reset_next {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.login_body .reset_content .reset_next svg {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
}
.login_body .reset_content .reset_next span {
  display: block;
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
@media (max-width: 550px) {
  .login_body .reset_content svg {
    width: 180px;
    height: 19px;
  }
}
.login_body .reset_content_active {
  display: block;
}
.login_body .login_content_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.login_body_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

/*# sourceMappingURL=logins.css.map */
