/*
 * example:@include background-2x( 'path/to/image', 'jpg', repeat-x);
 */
body {
  background-color: transparent;
}

#root,
#root > main {
  background-color: unset;
  background-color: transparent;
}

#root > footer,
#root > footer #footer {
  background-color: transparent;
  font-size: 12px;
}

#root > footer #footer {
  color: #fff;
}
#root > footer #footer > div {
  text-align: left;
  margin-left: 20px;
}
@media (min-width: 568px) {
  #root > footer #footer > div {
    text-align: center;
    margin-left: 0;
  }
}
#root > footer #footer a {
  color: #fff;
}
#root > footer #footer a:hover {
  color: #d9e8fb;
}
#root > footer #footer a.change_language {
  margin-left: 0;
  display: block;
  margin-right: 20px;
}
@media (min-width: 568px) {
  #root > footer #footer a.change_language {
    margin-left: 20px;
    margin-right: 0;
    display: inline;
    text-align: left;
  }
}
#root > footer #footer span {
  display: block;
  margin-right: 0;
}
@media (min-width: 1024px) {
  #root > footer #footer span {
    display: inline;
    margin-right: 20px;
  }
}

#root {
  background-image: url("/img/home/login/bg_login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 33%;
  height: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #root {
    background-image: url("/img/home/login/bg_login@2x.jpg");
  }
}
@media (max-width: 1023px) {
  #root {
    margin-top: 0;
  }
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
}

#account_home {
  margin-bottom: 0px;
  margin-top: 30px;
  /*support style*/
}
#account_home .heading {
  color: #fff;
  margin-top: 90px;
}
#account_home .heading a {
  color: #fff;
}
#account_home .heading a:hover {
  color: #d9e8fb;
}
#account_home .heading h1 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
}
#account_home .panel {
  padding: 60px 60px 40px;
  min-height: 600px;
  background-color: #fff;
  display: flex;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 30px 0px rgba(223, 225, 230, 0.2);
}
#account_home .panel ::-webkit-input-placeholder {
  color: #C9D5E2;
  font-size: 15px;
}
#account_home .panel ::-moz-placeholder {
  color: #C9D5E2;
  opacity: 1;
  font-size: 15px;
}
#account_home .panel :-ms-input-placeholder {
  color: #C9D5E2;
  font-size: 15px;
}
#account_home .panel ::placeholder {
  color: #C9D5E2;
  font-size: 15px;
}
#account_home .panel > * {
  min-height: 420px;
}
#account_home .panel .support_notice {
  display: none;
}
#account_home .panel .logo {
  color: #2E3742;
  display: block;
  margin: 10px 0 35px;
}
#account_home .panel .logo h1 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
#account_home .panel .logo.auth_serial .license_h1 {
  font-weight: lighter;
}
#account_home .panel .logo.auth_serial img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 567px) {
  #account_home .panel .logo {
    margin-bottom: 20px;
  }
  #account_home .panel .logo img {
    max-width: 130px;
  }
  #account_home .panel .logo h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
#account_home .panel .subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
#account_home .panel .captcha-img {
  height: 42px;
}
#account_home .panel .syno-form {
  width: 100%;
}
#account_home .panel form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
#account_home .panel form .stage_redirect_cn .logo h1 {
  font-size: 24px;
}
#account_home .panel .row {
  margin: 20px 0 34px;
}
#account_home .panel .row.tab-selector {
  margin-top: 13px;
  margin-bottom: 12px;
  justify-content: center;
}
#account_home .panel .row.tab-selector a {
  cursor: default;
}
#account_home .panel .row.tab-selector .tab-delimeter {
  width: 1px;
  height: 24px;
  background-color: #EDEDED;
}
#account_home .panel .row.tab-selector .unselected {
  cursor: pointer;
  color: #6E6E6E;
}
#account_home .panel .row:last-child {
  margin: 0;
}
#account_home .panel .row.input_outer {
  position: relative;
  margin: 20px 0 0;
}
#account_home .panel .row.input_outer .jsname {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: -11px;
  font-size: 12px;
  color: #AEBCC7;
  padding: 0 4px;
  left: 10px;
}
#account_home .panel .row.input_outer .jsname span {
  position: relative;
  z-index: 2;
}
#account_home .panel .row.input_outer .jsname:after {
  content: '';
  width: 100%;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
#account_home .panel .row.input_outer input:not(:focus) {
  border: 1px solid #C9D5E2;
}
#account_home .panel .row.input_outer input:focus + .jsname {
  color: #0067e6;
}
#account_home .panel .row.input_outer input:-webkit-autofill,
#account_home .panel .row.input_outer input:-webkit-autofill:hover,
#account_home .panel .row.input_outer input:-webkit-autofill:focus,
#account_home .panel .row.input_outer textarea:-webkit-autofill,
#account_home .panel .row.input_outer textarea:-webkit-autofill:hover,
#account_home .panel .row.input_outer textarea:-webkit-autofill:focus,
#account_home .panel .row.input_outer select:-webkit-autofill,
#account_home .panel .row.input_outer select:-webkit-autofill:hover,
#account_home .panel .row.input_outer select:-webkit-autofill:focus {
  -webkit-text-fill-color: #2E3742;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
#account_home .panel .row.input_outer input:-webkit-autofill:disabled {
  -webkit-box-shadow: 0 0 0px 1000px #F2F5F8 inset;
}
#account_home .panel .row.input_outer .with-slot {
  width: 100%;
}
#account_home .panel .row.input_outer .with-slot .input-block {
  display: flex;
  gap: 8px;
}
#account_home .panel .row .ss_tiptip {
  position: absolute;
  top: 14px;
  right: -20px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  padding: 2px;
}
#account_home .panel .btns {
  margin: 0;
  padding: 20px 0 0 0;
}
#account_home .panel input,
#account_home .panel .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: inherit;
}
#account_home .panel .btns-signup {
  margin: 0;
  padding: 0;
}
#account_home .panel .hr-row {
  margin: 20px 0 20px;
}
#account_home .panel .hr-or {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: inherit;
  color: #d2d4d7;
  overflow: visible;
  text-align: center;
  border-color: transparent;
  font-size: 13px;
  margin-top: 21px;
  margin-bottom: 21px;
}
#account_home .panel .hr-or:after {
  background: #fff;
  content: 'OR';
  color: #B5B5B5;
  padding: 0 4px;
  position: relative;
  top: -12px;
}
#account_home .panel .row-tos {
  font-size: 13px;
  margin-top: 10px;
}
#account_home .panel .otp-notice {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#account_home .panel .row-signup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: inherit;
}
#account_home .panel .row-signup + .row-signup {
  margin-top: 10px;
}
#account_home .panel .btn-signup {
  color: #40464d;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  vertical-align: middle;
}
#account_home .panel .btn-signup:hover {
  background-color: rgba(240, 242, 245, 0.8);
  border-color: rgba(240, 242, 245, 0.8);
}
#account_home .panel .icon-signup {
  align-items: center;
  display: flex;
  margin: auto;
  position: relative;
  text-align: left;
  width: min-content;
}
#account_home .panel .icon-signup:before {
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 20px;
  left: 0;
  margin-right: 16px;
  width: 20px;
}
#account_home .panel .apple-icon::before {
  background-image: url("/img/home/apple.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .apple-icon::before {
    background-image: url("/img/home/apple@2x.png");
  }
}
#account_home .panel .google-icon::before {
  background-image: url("/img/home/google.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .google-icon::before {
    background-image: url("/img/home/google@2x.png");
  }
}
#account_home .panel .wechat-icon::before {
  background-image: url("/img/home/wechat.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .wechat-icon::before {
    background-image: url("/img/home/wechat@2x.png");
  }
}
#account_home .panel .footnote {
  font-size: 13px;
  margin-top: 6px !important;
  margin-bottom: -3px !important;
}
#account_home .panel .top_block .row_email {
  position: relative;
  z-index: 10;
}
#account_home .panel .top_block .row_email input:disabled {
  background-color: #F2F5F8;
}
#account_home .panel .top_block .row_email .btn-back {
  position: absolute;
  background-image: url("/img/home/login_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-color: #E3E8EC;
  right: 15px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .top_block .row_email .btn-back {
    background-image: url("/img/home/login_back@2x.png");
  }
}
#account_home .panel .top_block .row_email .btn-back:hover {
  background-color: #e9edf0;
}
#account_home .panel .top_block .row_password, #account_home .panel .top_block .row_btn {
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
  transition: all 0.5s ease 0.3s;
  position: relative;
  top: -57px;
}
#account_home .panel .top_block .row_password {
  opacity: 0;
}
#account_home .panel .top_block.stage_email .row_password {
  top: -57px;
  background-color: transparent;
  opacity: 0;
}
#account_home .panel .top_block.stage_email .row_btn {
  top: -57px;
}
#account_home .panel .top_block.stage_password .row_email input {
  padding-right: 40px;
  border-color: transparent;
  color: #AEBCC7;
  -webkit-text-fill-color: #AEBCC7;
}
#account_home .panel .top_block.stage_password .row_password {
  background-color: inherit;
  top: 0px;
  opacity: 1;
  display: block;
}
#account_home .panel .top_block.stage_password .row_btn {
  top: 0px;
}
#account_home .panel .top_block.stage_password .btn-back {
  cursor: pointer;
  opacity: 1;
}
#account_home .panel .top_block.stage_continue {
  flex-grow: 1;
}
#account_home .panel .top_block.stage_continue .row_btn {
  top: 0px;
}
#account_home .panel .top_block.stage_continue > .subtitle > p b {
  font-weight: 600;
  margin-top: 12px;
  display: block;
}
#account_home .panel .top_block.stage_continue + .bottom_block {
  flex-grow: 0;
}
#account_home .panel .top_block.stage_continue + .bottom_block a {
  cursor: pointer;
}
#account_home .panel .bottom_block {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#account_home .panel .panel-mask {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#account_home .panel .login-panel .stage_name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
#account_home .panel .login-panel .account-wrapper {
  align-items: center;
  cursor: default;
  display: flex;
  margin-bottom: 24px;
}
#account_home .panel .login-panel .account-wrapper.clickable {
  cursor: pointer;
  margin-left: -36px;
}
@media (max-width: 567px) {
  #account_home .panel .login-panel .account-wrapper.clickable {
    margin-left: -22px;
  }
}
#account_home .panel .login-panel .account-wrapper.clickable .email {
  margin-left: 22px;
}
@media (max-width: 567px) {
  #account_home .panel .login-panel .account-wrapper.clickable .email {
    margin-left: 8px;
  }
}
#account_home .panel .login-panel .account-wrapper:hover .btn-back {
  left: 0;
}
#account_home .panel .login-panel .account-wrapper .btn-back {
  background-image: url("/img/home/arrow_left.png");
  background-repeat: no-repeat;
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  background-size: cover;
  height: 14px;
  left: 9px;
  position: relative;
  width: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .account-wrapper .btn-back {
    background-image: url("/img/home/arrow_left@2x.png");
  }
}
@media (max-width: 567px) {
  #account_home .panel .login-panel .account-wrapper .btn-back {
    left: 3.5px;
  }
}
#account_home .panel .login-panel .account-wrapper .email {
  display: flex;
  font-weight: 600;
  align-items: center;
  word-break: break-all;
}
#account_home .panel .login-panel .account-wrapper .email:before {
  background: url("/img/home/login/account_icon.svg") no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  margin-right: 8px;
  width: 20px;
  flex-shrink: 0;
}
#account_home .panel .login-panel .login-panel-base {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#account_home .panel .login-panel .login-panel-base .btns {
  padding-top: 6px;
}
#account_home .panel .login-panel .login-panel-index .phone-input .country-code {
  width: 25%;
  max-width: 100px;
}
#account_home .panel .login-panel .login-panel-index .phone-input .country-code input {
  text-align: center;
}
#account_home .panel .login-panel .login-panel-index .phone-input .acc-input {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
#account_home .panel .login-panel .login-panel-index .phone-input .acc-input .input-block {
  display: flex;
  flex: 1 0 0;
}
#account_home .panel .login-panel .login-panel-password .stage_name {
  margin-bottom: 20px;
}
#account_home .panel .login-panel .login-panel-approve-signin .icon {
  background-image: url("/img/home/login/approve_known_device.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 84px;
  margin: 20px 0 30px 0;
  width: 100%;
}
#account_home .panel .login-panel .login-panel-approve-signin .nonce {
  background: rgba(201, 213, 226, 0.5);
  border-radius: 999em;
  color: #2e3742;
  font-size: 32px;
  height: 84px;
  line-height: 84px;
  margin: 20px 0 30px 0;
  text-align: center;
  width: 84px;
}
#account_home .panel .login-panel .login-panel-approve-signin .resend-prompt {
  background: rgba(201, 213, 226, 0.3);
  border-radius: 5px;
  padding: 12px 54px;
  width: auto;
}
#account_home .panel .login-panel .login-panel-cn-sms .acc-input {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
#account_home .panel .login-panel .login-panel-cn-sms .acc-input .input-block {
  display: flex;
  flex: 1 0 0;
  gap: 8px;
}
#account_home .panel .login-panel .login-panel-cn-sms .acc-input .input-block .btn {
  max-width: 100px;
}
#account_home .panel .login-panel .login-panel-sms .phone-input {
  align-items: flex-start;
}
@media (max-width: 567px) {
  #account_home .panel .login-panel .login-panel-sms .phone-input {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 568px) {
  #account_home .panel .login-panel .login-panel-sms .phone-input > :nth-child(n + 3) {
    margin-left: 10px;
  }
}
#account_home .panel .login-panel .login-panel-sms .phone-input .syno-phone-country-select-item.selection :first-child {
  color: inherit;
  width: auto;
}
#account_home .panel .login-panel .login-panel-sms .phone-input .syno-phone-country-select-item.selection :nth-child(2) {
  display: none;
}
#account_home .panel .login-panel .login-panel-sms .phone-input .btn {
  flex-shrink: 0;
  min-width: 90px;
}
@media (min-width: 568px) {
  #account_home .panel .login-panel .login-panel-sms .phone-input .btn {
    width: auto;
  }
}
#account_home .panel .login-panel .login-panel-sms .phone-input .select2.select2-container.select2-container--default {
  min-width: 115px;
}
#account_home .panel .login-panel .login-panel-methods .methods-list {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item {
  align-items: center;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  display: flex;
  padding: 20px 0 20px;
  user-select: none;
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item:hover {
  background-color: #f6f7f9;
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item:first-child {
  border-top: 1px solid #ededed;
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon {
  flex-shrink: 0;
  height: 22px;
  margin-left: 5px;
  width: 22px;
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon:before {
  background-size: cover;
  content: "";
  height: 22px;
  position: absolute;
  width: 22px;
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.approve-signin:before {
  background-image: url("/img/home/login/approve.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.approve-signin:before {
    background-image: url("/img/home/login/approve@2x.png");
  }
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.webauthn:before {
  background-image: url("/img/home/login/webauthn.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.webauthn:before {
    background-image: url("/img/home/login/webauthn@2x.png");
  }
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.password:before {
  background-image: url("/img/home/login/password.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.password:before {
    background-image: url("/img/home/login/password@2x.png");
  }
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.recovery-code:before {
  background-image: url("/img/home/login/recovery.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.recovery-code:before {
    background-image: url("/img/home/login/recovery@2x.png");
  }
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.totp:before {
  background-image: url("/img/home/login/OTP.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.totp:before {
    background-image: url("/img/home/login/OTP@2x.png");
  }
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.sms:before {
  background-image: url("/img/home/login/sms.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .panel .login-panel .login-panel-methods .methods-list-item .icon.sms:before {
    background-image: url("/img/home/login/sms@2x.png");
  }
}
#account_home .panel .login-panel .login-panel-methods .methods-list-item .icon + div {
  margin-left: 15px;
}
#account_home .panel .login-panel .login-panel-forgot .radio-list, #account_home .panel .login-panel .login-panel-adamfa .radio-list {
  display: block;
  margin-top: 6px;
}
#account_home .panel .login-panel .login-panel-forgot .radio, #account_home .panel .login-panel .login-panel-adamfa .radio {
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
}
#account_home .panel .login-panel .login-panel-forgot .radio .btn, #account_home .panel .login-panel .login-panel-adamfa .radio .btn {
  margin-right: 10px;
  width: auto;
}
#account_home .panel .login-panel .login-panel-forgot .input-field, #account_home .panel .login-panel .login-panel-adamfa .input-field {
  margin-top: 6px;
}
#account_home .panel .login-panel .login-panel-forgot .backup-input-field .acc-input, #account_home .panel .login-panel .login-panel-adamfa .backup-input-field .acc-input {
  width: 100%;
}
#account_home .panel .login-panel .login-panel-forgot .backup-input-field .acc-input .input-block, #account_home .panel .login-panel .login-panel-adamfa .backup-input-field .acc-input .input-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
#account_home .panel .login-panel .login-panel-forgot .backup-input-field .acc-input .input-block span, #account_home .panel .login-panel .login-panel-adamfa .backup-input-field .acc-input .input-block span {
  flex-shrink: 0;
  word-break: break-all;
  max-width: calc(50% - 8px);
}
#account_home .panel .login-panel .login-panel-forgot .desc, #account_home .panel .login-panel .login-panel-adamfa .desc {
  margin-bottom: 14px;
  word-break: break-word;
}
#account_home .panel .login-panel .login-panel-forgot .success_img, #account_home .panel .login-panel .login-panel-adamfa .success_img {
  max-height: 90px;
  max-width: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#account_home .panel .login-panel .login-panel-oidc-success .btns {
  padding: 20px 0 0 0;
}
#account_home .panel .login-panel .login-panel-oidc-success .btns .btn {
  width: 100%;
}
#account_home .panel .login-panel .trust-device-checkbox {
  display: flex;
  margin-top: 20px;
}
#account_home .panel .login-panel .trust-device-checkbox > .syno-btn-checkbox.btn {
  width: unset;
}
#account_home .panel .login-panel .trust-device-checkbox > label[for="trust-current-device"] {
  margin-left: 8px;
}
#account_home .login_footer {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  padding-top: 20px;
}
#account_home .login_footer .copyright {
  margin-top: 0;
  margin-bottom: 0;
}
#account_home .login_footer a {
  color: #666;
}
#account_home .login_footer a:hover {
  text-decoration: underline;
}
#account_home .login_footer a.change_language {
  cursor: pointer;
  margin-left: 12px;
}
@media (max-width: 567px) {
  #account_home {
    margin-bottom: 30px;
    width: 100%;
  }
  #account_home .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 430px;
  }
  #account_home .panel {
    padding: 40px 30px 50px;
  }
}
@media (min-width: 568px) {
  #account_home {
    margin-bottom: 40px;
  }
}
@media (min-width: 568px) and (max-height: 700px) {
  #account_home {
    margin-bottom: 0px;
  }
}
@media (min-width: 568px) {
  #account_home .container {
    max-width: 100%;
    width: 560px;
  }
}
@media (min-width: 1440px) {
  #account_home .container {
    width: 580px;
  }
}
#account_home .error-msg {
  min-height: 14px;
}
@media screen and (max-width: 930px) and (-ms-high-contrast: active), (max-width: 930px) and (-ms-high-contrast: none) {
  #account_home.from_support {
    width: 100%;
  }
}

@media (min-width: 800px) {
  #account_home.from_support .syno-form {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 800px) and (-ms-high-contrast: active), (min-width: 800px) and (-ms-high-contrast: none) {
  #account_home.from_support .syno-form {
    width: inherit;
  }
}

@media (min-width: 900px) {
  #account_home.from_support .syno-form {
    max-width: 310px;
  }
}
#account_home.from_support .from_support_item {
  display: block;
}
@media (min-width: 480px) {
  #account_home.from_support .container {
    width: 490px;
  }
}
@media (min-width: 800px) {
  #account_home.from_support .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#account_home.from_support .support_notice .bottom_block, #account_home.from_support .from_support_item .bottom_block {
  display: none;
  background-color: #F5F8FB;
  padding: 10px;
}
#account_home.from_support .support_notice .bottom_block p, #account_home.from_support .from_support_item .bottom_block p {
  margin-top: 0;
  margin-bottom: 0;
}
#account_home.from_support .support_notice .bottom_block img, #account_home.from_support .from_support_item .bottom_block img {
  align-self: center;
  padding-right: 13px;
}
#account_home.from_support .support_notice .bottom_block #livechat_ink span, #account_home.from_support .from_support_item .bottom_block #livechat_ink span {
  color: #0254CF;
  cursor: pointer;
}
#account_home.from_support .panel .support_notice {
  padding-right: 50px;
  border-right: 1px solid #ECF1F6;
  margin-right: 60px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 800px) {
  #account_home.from_support .panel .support_notice {
    max-width: 478px;
    width: 100%;
    display: flex;
  }
}
@media (min-width: 900px) {
  #account_home.from_support .panel .support_notice h1 + p {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) and (-ms-high-contrast: active), (max-width: 1023px) and (-ms-high-contrast: none) {
  #account_home.from_support .panel .support_notice {
    box-sizing: border-box;
  }
}

#account_home.from_support .panel .support_notice .register_link {
  color: #2E3742;
  display: block;
  margin-top: 28px;
}
#account_home.from_support .panel .support_notice .register_link:after {
  content: '';
  display: inline-block;
  background-image: url("/img/home/sign_up_now.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  left: 20px;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home.from_support .panel .support_notice .register_link:after {
    background-image: url("/img/home/sign_up_now@2x.png");
  }
}
#account_home.from_support .panel .support_notice .register_link:hover:after {
  left: 25px;
}
#account_home.from_support .panel .support_notice .bottom_block {
  display: flex;
  border-radius: 5px;
}
#account_home.from_support .panel form {
  width: 100%;
}
#account_home.from_support .panel form .footnote .create_account {
  display: none;
}
#account_home.from_support .panel form .btns {
  margin-bottom: 0;
  padding-bottom: 0;
}
#account_home.from_support .panel .from_support_item h1, #account_home.from_support .panel .support_notice h1 {
  font-size: 22px;
  line-height: 36px;
  color: #2E3742;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  #account_home.from_support .panel .from_support_item {
    display: none;
  }
}
@media (max-width: 799px) {
  #account_home.from_support a.logo {
    margin-top: 0;
    margin-bottom: 23px;
  }
  #account_home.from_support .panel {
    padding: 40px 50px 40px;
  }
  #account_home.from_support .panel .from_support_item {
    text-align: center;
  }
  #account_home.from_support .panel .from_support_item h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #account_home.from_support .panel .from_support_item h1 + p {
    margin-bottom: 25px;
    margin-top: 0;
    width: 110%;
    margin-left: -5%;
  }
  #account_home.from_support .panel .syno-form {
    width: 100%;
  }
  #account_home.from_support .panel form .footnote {
    line-height: 20px;
  }
  #account_home.from_support .panel form .footnote .create_account {
    display: block;
  }
  #account_home.from_support .btns {
    margin-top: 0;
    padding-top: 0;
  }
  #account_home.from_support .from_support_item .bottom_block {
    display: flex !important;
  }
  #account_home.from_support .footnote {
    margin-top: 20px !important;
  }
}
#account_home.from_support .from_support_item .bottom_block {
  box-sizing: border-box;
  padding: 20px 49px 20px;
  margin-top: -3px;
  border-radius: 0 0 5px 5px;
}
#account_home .deleting-notice {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
}
#account_home .deleting-notice .notice-icon {
  background-image: url("/img/common/wrong.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
  width: 90px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #account_home .deleting-notice .notice-icon {
    background-image: url("/img/common/wrong@2x.png");
  }
}

@media (min-width: 568px) {
  .login-sms-phone-country-dropdown {
    width: 380px !important;
  }
}

.from_support_item {
  display: none;
}

@media (min-width: 800px) {
  .hide-over-800 {
    display: none;
  }
}

@media (max-width: 799px) {
  .hide-under-799 {
    display: none;
  }
}

.ocean {
  height: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #015871;
}
.ocean > * {
  background-image: url("/img/home/wave.svg");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -170px;
  width: 6112px;
  height: 170px;
  transform: translate3d(0, 0, 0);
}

.wave01 {
  animation: wave 26s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave02 {
  top: -140px;
  background-position-x: 50%;
  animation: wave 38s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell 5s ease -1.25s infinite;
  transform: translate3d(0, 0, 0);
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3056px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -30px, 0);
  }
}
/*tiptip*/
#tiptip_holder {
  box-sizing: border-box;
}
#tiptip_holder #tiptip_arrow {
  display: none;
}

#tiptip_holder #tiptip_content {
  background: #fff;
  color: #40464d;
  border-radius: 3px;
  text-align: left;
  padding: 13px 15px;
  font-size: 12px;
  box-shadow: 0px 0px 3px #ececec;
}

#tiptip_holder #tiptip_arrow_inner:after {
  content: '';
  display: block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
  top: 1px;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  border-top-color: rgba(154, 154, 154, 0.92);
}
#tiptip_holder.tip_top #tiptip_arrow_inner:after {
  margin-top: -6px;
  margin-left: -6px;
  border-top-color: #fff;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  border-right-color: rgba(154, 154, 154, 0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner:after {
  margin-top: -6px;
  margin-left: -6px;
  border-right-color: #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: rgba(154, 154, 154, 0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner:after {
  margin-top: -6px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  border-left-color: rgba(154, 154, 154, 0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner:after {
  margin-top: -6px;
  margin-left: -6px;
  border-left-color: #fff;
}
