.login_background {
  background: #141e6e;
  background: radial-gradient(circle at center, #0076b9, #000b61);
}
.login_box {
    background: url('../images/login/login_bg.png');
    width: 567px;
    height: 376px;
    overflow: hidden;
    position: relative;
    margin-left: calc(100vw / 2 - 283px);
    margin-top: calc(100vh / 2 - 188px);
}

.login_form_box {
    color: #333;
    font-size: 12px;
    overflow: visible;
    height: 140px;
    margin-left: 65px;
    margin-top: 100px;
    position: absolute;
    float: left;
    display: flex;
}

.login_form_box table {
    vertical-align: middle;
    align-self: center;
}

.login_form_box table td {
    text-align: right;
    padding: 2px 0;
    height: 24px;
}

.login_form_box table tr > td + td {
    text-align: left;
}

.login_button_box {
    position: absolute;
    display: inline-block;
    right: 88px;
}

.login_button_box .login_submit_button {
    background: url('../images/login/login_button.gif') no-repeat 0px 0px;
    width: 100px;
    height: 223px;
    border: none;
    padding: 0px;
    cursor: pointer;
}

.login-copyright {
    font-size: 12px;
    font-style: inherit;
    text-align: center;
    color: #333;
    width: 100%;
    position: absolute;
    bottom: 38px;
}

.login-suggest-chrome {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    height: 30px;
    z-index: 99999;
    margin: 0 auto;
    line-height: 33px;
    text-align: center;
    color: #82654d;
    font-size: 12px;
}

.layui-form .layui-input {
    font-size: 12px;
    width: 240px;
    height: 33px;
    line-height: 33px;
    padding: 3px 0 2px 4px;
    margin-bottom: 20px;
    border-radius: 2px !important;
    border-color: #c9c9c9 !important;
    transition: all .3s;
    box-sizing: border-box;
    font-variant: tabular-nums;
    list-style: none;
    display: inline-block;
    font-feature-settings: "tnum";
    vertical-align:middle;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #d8d8d8, #FFF 5px);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, from(#d8d8d8), color-stop(5px, #FFF), to(#FFF));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #d8d8d8, #FFF 5px);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #d8d8d8, #FFF 5px);
    background: linear-gradient(top, #d8d8d8, #FFF 5px);
}

.layui-input:hover {
    border-color: #b9b9b9 !important;
}
.layui-input:focus{
    border-color: #a9a9a9 !important;
}

.login-captcha {
    height: 26px;
    width: 77px;
    border-radius: 2px !important;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
    vertical-align:middle;
}

.layui-form-checkbox[lay-skin='primary']{
    padding-left: 24px;
}
.layui-form-checkbox[lay-skin='primary'] i {
    border-color: #c9c9c9;
}

.layui-form-checked[lay-skin='primary'] i {
    border-color: #5072B5 !important;
    background-color: #5072B5;
    color: #fff;
}

.layui-form-checkbox[lay-skin='primary']:hover i {
    border-color: #a9a9a9;
}

.layui-form-checkbox span {
    font-size: 12px;
}

:root {
  /* COLORS */
  --white: #fff;
  --gray: #333;
  --blue: #23a9fd;
  --lightblue: #078edc;
  /* RADII */
  --button-radius: 0.7rem;
  /* SIZES */
  --max-width: 768px;
  --max-height: 400px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  align-items: center;
  background-color: var(--white);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  height: 100vh;
  place-items: center;
}

.form__title {
  color: #fff;
  margin: 0;
  margin-bottom: 1.25rem;
   line-height: 40px;
   font-weight: bold;
   font-size: 16px;
   margin-left: 5px;
}

.form__title2 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.form__title3{
  font-weight: bold;
  color: #000;
  opacity: 0.3;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: -2.3rem;
}

.link {
  color: var(--gray);
  font-size: 0.9rem;
  margin: 1.5rem 0;
  text-decoration: none;
}

.container {
  /* background-color: var(--white); */
  border-radius: var(--button-radius);
  box-shadow: 0 0.9rem 1.7rem rgba(0, 0, 0, 0.25),
    0 0.7rem 0.7rem rgba(0, 0, 0, 0.22);
  height: var(--max-height);
  max-width: var(--max-width);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container__form {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.6s ease-in-out;
}

.container--signin {
  left: 0;
  width: 50%;
  z-index: 2;
}

.container.right-panel-active .container--signin {
  transform: translateX(100%);
}

.container--signup {
  left: 0;
  opacity: 0;
  width: 50%;
  z-index: 1;
}

.container.right-panel-active .container--signup {
  animation: show 0.6s;
  opacity: 1;
  transform: translateX(100%);
  z-index: 5;
}

.container__overlay {
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: transform 0.6s ease-in-out;
  width: 50%;
  z-index: 100;
}

.container.right-panel-active .container__overlay {
  transform: translateX(-100%);
}

.overlay {
  background-color: var(--lightblue);
  background: url("../images/login/login_left.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: -50%;
  position: relative;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay__panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
  width: 50%;
}

.overlay--left {
  transform: translateX(-20%);
}

.container.right-panel-active .overlay--left {
  transform: translateX(0);
}

.overlay--right {
  right: 0;
  transform: translateX(0);
}

.container.right-panel-active .overlay--right {
  transform: translateX(20%);
}

.btn {
  background-color: var(--blue);
  background-image: linear-gradient(90deg, var(--blue) 0%, var(--lightblue) 74%);
  border-radius: 20px;
  border: 1px solid var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  height: 40px;
  padding: 0.5rem 4rem;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.form>.btn {
  margin-top: 1rem;
}

.btn:active {
  transform: scale(0.95);
}

.btn:focus {
  outline: none;
}

.form {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 3rem;
  height: 100%;
  text-align: center;
}

.input {
  background-color: #fff;
  border: none;
  padding: 0.9rem 0.9rem;
  margin: 0.5rem 0;
  width: 100%;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}
#shiny-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #1c2541;
}

button {
  border: 2px solid white;
  background: transparent;
  text-transform: uppercase;
  color: white;
  padding: 15px 50px;
  outline: none;
  overflow: hidden;
  position: relative;
}

span {
  z-index: 20;
}

button:after {
  content: '';
  display: block;
  position: absolute;
  top: -36px;
  left: -100px;
  background: white;
  width: 50px;
  height: 125px;
  opacity: 20%;
  transform: rotate(-45deg);
}

button:hover:after {
  left: 120%;
  transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
  -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
}