html,
body {
  height: 100%;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.login-form {
    background-color: #fff;
    width: 350px;
    height: 500px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.longin-tt{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    margin-top: 40px;
}

.for-item {
    margin: 40px auto;
    width: 90%;
}
.for-item input {
    width: 80%;
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    border: 0;
    outline: none;
    border-bottom: 1px solid #007bff;
}
.login-form .btn {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-size: 200%;
    width: 73%;
    padding: 0px;
}

.bg-logo-box{
    flex-grow: 1;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    z-index: 1;
}
.bg-logo-box-pd{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-container{
    width: 600px;
    height: 600px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 5px 5px 20px #adaeaf;
}
.auth-header{
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    color: rgb(63, 63, 63);
    margin-bottom: 30px;
}
.login-txt{
    font-size: 12px;
    text-align: center;
}
.login-txt span{
    letter-spacing: 10px;
}
.login-form-body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px;
    gap: 30px;
}
.login-form-body .login-form-input{
    width: 350px;
    height: 50px;
    display: block;
    text-indent: 15px;
    font-size: 17px;
}
.login-form-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: all .2s;
}
.form-btn{
    width: 160px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.form-btn-2{
    background-color: #007bff;
    /*background-image: linear-gradient(to right,#fbc2eb 0%,#a6c1ee 51%,#fbc2eb 100%);*/
    box-shadow: 5px 5px 20px #a6c1ee;
}
.auth-other-button{
    display: flex;
    justify-content: space-between;
    width: 350px;
    padding: 20px 0px 0px 0px;
}
.site-content {
    min-height: calc(100vh - 323px);
    border-bottom: 1px solid transparent;
}
.session-wrapper {
    min-width: 1040px;
    min-height: 99.9vh;
    position: relative;
}
.session-wrapper:before, .session-wrapper:after {
    content: '';
    position: fixed;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}
.session-wrapper:before {
    width: 794px;
    height: 968px;
    background-image: url(/static/images/920060370c49102f2146cc1848dd7e68.png);
    left: 0;
}
.session-wrapper:after {
    content: '';
    position: fixed;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}
.session-wrapper:after {
    width: 487px;
    height: 412px;
    background-image: url(/static/images/261264d45efe3a6a62f5aebcf1ad1f85.png);
    right: 0;
}