
body {
  margin: 0;
}
p {
  margin:0;
}

.sw-login {
  /*min-width: 1200px;*/
}

.sw-login .sw-login-main {
  position: absolute;
  right: 0;
  width: 30%;
  min-width: 560px;
  height: inherit;
  overflow: auto;
  box-shadow: -1px 0 8px 0 rgba(199, 199, 199, 0.5);
  background-color:rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sw-login .sw-login-main .sw-login-main-blur {
  width: 105%;
  top: -50px;
  height: calc(100vh + 100px);
  background-size: auto 100vh;
  background-position: right;
  background-repeat: no-repeat;
  filter: blur(10px);
  position: absolute;
  transition: all 0.5s ease-out;
}

.sw-login .sw-login-main .sw-login-main-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
  padding-top: 50px;
  box-sizing: border-box;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-menu .el-menu-item {
  background: #00000000 !important;
  font-size: 18px;
  padding: 0;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-menu.el-menu.el-menu--horizontal {
  border-bottom: 1px solid #D2DAE0;
}

.sw-login .sw-login-logo-container {
  position: absolute;
  top: 28px;
  left: 0;
  width: 340px;
  height: 72px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.61) 46%, rgba(255, 255, 255, 0) 90%);
}

.sw-login .sw-login-logo-container .sw-login-logo-main {
  top: 0;
  width: 70%;
  height: inherit;
  background: url("../img/logo.png") no-repeat;
  background-size: 80% 85%;
  background-position: 0px 5px;
}

.sw-login .su-input-icon + .su-input-icon {
  margin-left: 0;
}

.sw-login .su-input-icon {
  font-size: 22px;
  cursor: pointer;
}

.sw-login .su-input-icon.black {
  color: #656668;
}

.sw-login .su-input-icon.blue {
  color: #3394E1;
}

.sw-login .el-input--prefix .el-input__inner {
  padding-left: 44px;
}

.sw-login .el-input .el-input__clear {
  font-size: 20px;
}

.link-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.link-item {
  flex: auto;
  margin: 0;
}

.link-wrapper .link-item:first-child {
  text-align: left;
}

.link-wrapper .link-item:last-child {
  text-align: right;
}

.main-form {
  margin: 40px 80px;
}

.notice {
  flex: 1 0 auto;
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  color: #666;
  line-height: 1.7em;
  font-size: 12px;
}

.notice-title {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}

.notice-text {
  white-space: pre-wrap;
  align-self: flex-start;
  margin-bottom: 10px;
}

.m-hr {
  flex: none;
  padding: 0 20px;
}

.l-hr, .r-hr {
  flex: auto;
  position: relative;
  height: 1px;
  background: #ccc;
  margin-top: 0.75em;
  user-select: none;
  pointer-events: none;
}

.l-hr::after,
.r-hr::before {
  position: absolute;
  display: block;
  top: -1px;
  width: 4px;
  height: 4px;
  content: " ";
  background: #ccc;
  border-radius: 2px;
}

.l-hr::after {
  right: 0;
}

.r-hr::before {
  left: 0;
}

.browser-link-wrapper {
  margin-bottom: 10px;
  align-self: flex-start;
}

.browser-icon {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.2s ease-out;
}

.browser-icon:hover {
  transform: scale(1.5);
}

.ff-icon {
  background-image: url("../img/firefox.png");
}

.chrome-icon {
  background-image: url("../img/chrome.svg");
}

.edge-icon {
  background-image: url("../img/edge.svg");
}

.el-menu--horizontal > .el-menu-item.menu-item {
  margin: 0 20px 0 80px;
}

.text-danger {
  color: #F56C6C;
}

.sw-login-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}
.copyright{
  color:#999;
}

@media screen and (max-width: 875px) {
  .sw-login .sw-login-main {
    width: 100vw;
    min-width: 300px;
  }
  .main-form{
    margin:10px 20px;
  }

}

@media screen and (max-height: 640px) {
  .sw-login .sw-login-main {
    overflow: auto;
  }
  .sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
    padding-top: 20px;
  }

  .sw-login .sw-login-main .sw-login-main-content {
    position:absolute;
    min-height: 640px;
    height: 100%;
    bottom: 0;
    top:0;
  }

}
