.main-logo {
  height: 95px !important;
  width: 205px;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.15); }

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  top: 0; }
  .header-content {
    width: 100%;
    max-width: 350px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-left: 130px; }

#lnkHeaderNotifications {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

#lnkHeaderLogout {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.lang {
  margin-left: 30px;
  margin-top: 50px;
  position: relative; }
  .lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
    .lang ul li {
      list-style: none;
      padding-right: 15px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .lang ul li a {
        color: #5d6369;
        font-size: 13px;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .lang ul li a:hover {
          color: #1186d3; }
  .lang-list {
    position: absolute;
    right: 0;
    top: 42px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); }
    .lang-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 10px;
      padding: 20px;
      background: #303030;
      border-radius: 3px;
      width: 260px;
      height: 705px;
      overflow-y: scroll;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .lang-list ul::-webkit-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: none; }
      .lang-list ul li {
        width: 100%; }
        .lang-list ul li a {
          color: #fff; }
        .lang-list ul li:hover a {
          color: #1186d3; }
    .lang-list-show {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      font-size: 16px;
      color: #000; }
      .lang-list-show:hover {
        color: #1186d3; }
    .lang-list-close {
      position: absolute;
      top: 25px;
      right: 10px;
      height: 15px;
      width: 20px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .lang-list-close:hover .list-close {
        background: #d03f00; }
    .lang-list-triangle {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #303030;
      position: absolute;
      top: -7px;
      right: 11px; }

.list-close {
  background: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  height: 15px;
  width: 2px;
  border-radius: 3px; }
  .list-close--1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .list-close--2 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.hidden {
  display: none; }

.visible {
  display: block; }

.container {
  height: 365px;
  width: 440px;
  padding-top: 300px;
  padding-left: 40px; }

@media (max-width: 767px) {
  .container {
    padding-top: 0;
    top: 50%;
    position: relative; } }

.footer {
  position: absolute;
  width: 100%;
  bottom: 10px; }
  .footer-logo {
    text-align: center; }

.section {
  position: relative;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .section-bg-l {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    background-image: url(/cPanel_magic_revision_1555519390/unprotected/login-new/./images/background-left.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .section-bg-r {
    background: #fff;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%; }

.login-title {
  font-size: 28px;
  line-height: 30px;
  color: #3b495e; }

.login-info {
  color: #5d6369;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px; }

.login-form {
  position: relative;
  top: -70px; }

.login-btn {
  max-width: 140px;
  border-radius: 30px;
  border: none;
  padding-top: 50px; }

.login_button {
  border: none;
  position: relative;
  background: transparent !important;
  height: 43px; }
  .login_button:hover {
    background: transparent !important; }
  .login_button:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#ff9c00), to(#ff7505));
    background-image: -webkit-linear-gradient(left, #ff9c00 0%, #ff7505 100%);
    background-image: -o-linear-gradient(left, #ff9c00 0%, #ff7505 100%);
    background-image: linear-gradient(90deg, #ff9c00 0%, #ff7505 100%);
    color: #fff;
    opacity: 1;
    position: absolute;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .login_button:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa719), to(#ff8929));
    background-image: -webkit-linear-gradient(left, #ffa719 0%, #ff8929 100%);
    background-image: -o-linear-gradient(left, #ffa719 0%, #ff8929 100%);
    background-image: linear-gradient(90deg, #ffa719 0%, #ff8929 100%);
    color: #fff;
    opacity: 0;
    position: absolute;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

#login-sub {
  position: relative; }

#login-status {
  visibility: visible;
  max-width: 300px;
  position: fixed;
  top: 30px;
  right: -2px; }

.btn_text {
  z-index: 10;
  position: relative;
  text-transform: uppercase; }

.login_button:hover:after {
  opacity: 1; }

#forms {
  left: 0;
  position: relative; }
  #forms .input-field-login {
    border: none;
    border-bottom: 1px solid #e4e7ec;
    border-radius: 0;
    padding-bottom: 10px; }

.reset-pw {
  position: absolute;
  bottom: 90px;
  right: -90px; }
  .reset-pw a {
    font-weight: 300;
    color: #5d6369; }

.std_textbox {
  font-weight: 300;
  color: #5d6369 !important;
  margin: 2px 5px 0 5px !important;
  padding-left: 26px !important; }

.error-notice {
  background: #f93030;
  font-weight: bold; }

.locale-container ul li a {
  color: #9da4af;
  font-weight: 300; }
  .locale-container ul li a:hover {
    color: #1186d3; }

.lang-more {
  display: none; }

div.username-container {
  background-image: url(/cPanel_magic_revision_1555519578/unprotected/login-new/./images/username.png); }

div.password-container {
  background-image: url(/cPanel_magic_revision_1555519598/unprotected/login-new/./images/password.png); }

body.cp {
  margin: 0; }

.copyright {
  display: none; }

body.wm {
  margin: 0; }

#login-wrapper {
  display: none; }

.whm {
  margin: 0; }

#chooseWebmail {
  color: red; }

@supports (-webkit-overflow-scrolling: touch) {
  body {
    background: white; }
  .container {
    padding-left: 36px !important;
    padding-top: 200px;
    margin-left: 0 !important; } }

@media (max-width: 1199px) {
  .lang-list {
    width: 500px; }
    .lang-list ul {
      width: 100%; }
      .lang-list ul li {
        width: 47%; } }

@media (max-width: 1100px) {
  #login-status {
    top: 125px; } }

@media (max-width: 767px) {
  #login-status {
    top: 200px;
    max-width: 90%; }
  .section-bg-l {
    display: none; }
  .section-bg-r {
    width: 100%;
    overflow: hidden; }
  .container {
    margin: 0 auto;
    padding-left: 150px;
    padding-bottom: 250px; }
  .controls {
    margin-left: 50%;
    -webkit-transform: translateX(-25%) !important;
    -ms-transform: translateX(-25%) !important;
    transform: translateX(-25%) !important; }
  .header-content {
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #locale-footer {
    min-width: unset !important; }
  .lang-list {
    right: -100%; }
  .footer {
    display: none; } }

@media (max-width: 550px) {
  .container {
    padding-left: 30px;
    width: 100%; }
  .lang-list {
    width: 250px;
    right: 0; }
    .lang-list ul {
      width: 100%;
      height: 425px;
      overflow: scroll;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .lang-list ul li {
        width: 100%; } }

@media (max-width: 480px) {
  .container {
    padding-left: 0;
    width: 100%;
    max-width: 300px; }
  .reset-pw {
    bottom: 70px; }
  .footer {
    display: none !important; } }

@media (max-width: 380px) {
  .lang-list {
    right: -20%; } }

@media (max-width: 325px) {
  .container {
    padding-left: 0; } }

@media (max-height: 900px) and (max-width: 2000px) {
  .footer {
    display: none; } }

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .container {
    padding-top: 0 !important; } }

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .container {
    padding-top: 0 !important; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .container {
    padding-top: 0 !important; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .container {
    padding-top: 0 !important; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .container {
    padding-top: 0 !important; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .container {
    padding-top: 0 !important; } }

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .container {
    padding-top: 0 !important; } }

/* 2436x1125px at 458ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .container {
    padding-top: 0 !important; } }

/* 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .container {
    padding-top: 0 !important; } }
