::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #aaa;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #335ddc;
    border-radius: 8px;
  }
  
  body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";margin: 0;padding: 0;
  }
  
  .login-page {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 100vh;

  }
  .ant-input-password-icon{outline: none !important;}
  
  .login-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    max-width: 1000px;
    background-color: white;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin: 0 auto;
    border-radius: 12px;
  }
  
  #login-form {
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    max-width: 350px;
    width: 100%;
    padding: 60px;
    display: inline-block;
    border: solid 1px #ccc;
  }
  
  #login-form p {
    margin-bottom: 30px;
  }
  
  #login-form p.form-title {
    color: #333333;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
  }
  
  #login-form .ant-form-item-label > label.ant-form-item-required::before {
    display: none;
  }
  
  .ant-form-item-control-input-content {
    text-align: left;
  }
  
  #login-form .ant-input-affix-wrapper {
    padding: 12px 15px;
  }
  
  #login-form_username {
    height: 48px;
  }
  
  #login-form .ant-btn {
    height: 42px;
    letter-spacing: 1px;
    border-radius: 6px;
  }
  
  .login-form-button {
    width: 100%;
  }
  
  .illustration-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    max-width: 800px;
    min-height: 100%;
    background-color: #fffdf2;
    position: relative;
  }
  
  .illustration-wrapper img {
    display: block;
    width: 100%;
  }

  .ant-input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
font-variant: tabular-nums;
list-style: none;
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum";
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
padding: 4px 11px;
color: rgba(0,0,0,.65);
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 2px;
-webkit-transition: all .3s;
transition: all .3s;
height: 48px;
}
.ant-form-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
color: rgba(0,0,0,.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum";
margin: 0 0 24px;
vertical-align: top;
}
.ant-input-affix-wrapper {
position: relative;
display: inline-block;
width: 100%;

}


.ant-btn-primary {
color: #fff;
background-color: #5273E5;
border-color: #5273E5;
text-shadow: 0 -1px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
box-shadow: 0 2px 0 rgba(0,0,0,.045);
}

.right_txt{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(115, 0, 0, 0.69);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;

  padding-top: 30%;
  text-align: center;
}
.right_txt span{
  width: 100%;
  height: auto;
  float: left;
  padding-top: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
}
  
  @media screen and (max-width: 1023px) {
    .login-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      box-shadow: none;
    }
  
    .illustration-wrapper {
      max-width: 100%;
      min-height: auto;
    }
  
    #login-form {
      max-width: 100%;
    }
  }


  
  @media (max-width:991px){
    #login-form p.form-title img{max-width: 250px;}
  #login-form{padding: 20px !important;max-width: 80%;}
  }