﻿body,html{
   width: 100%;
   height: 100%;
   background: linear-gradient(to right,#ff334f,#ff8559)
}
.login_box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.login_box .login_box_in{
    margin:0 auto;
    height: 100%;
}
.login_box .login_box_in .login_head{
    display: flex;
    align-items: center;
    height: 80px;
    position: relative;
}
.login_box .login_box_in .login_head  .lang{
    position: absolute;
    right: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.login_box .login_box_in .login_head  .lang .select_box{
    top: 28px;
}
.login_head  .lang span:nth-child(2) {
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../image/arrows_down.png) no-repeat;
    background-size: cover;
}
.login_box .login_box_in .login_head .logo1{
    width: 123px;
    height: 35px;
    background: url(../image/saj.png) no-repeat;
    background-size: cover;
}
.login_box .login_box_in .login_head .logo2{
    width: 188px;
    height: 65px;
    background: url(../image/Designer.png) no-repeat;
    background-size: cover;
    margin-left: 21px;
    margin-top: 25px;
}
.login_box_in .login_box_content{
  width: 100%;
  min-width: 900px;
  height: 75%;
  background: white;
  margin-top: 30px;
  display: flex;
  min-height: 400px;
}
.login_box_content .login_box_left{
    width: 45%;
    height: 100%;
    background: url(../image/nets.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_box_left .left_img{
    width: 100%;
    height: 62%;
}
.login_box_left .left_font{
    width: 100%;
    text-align: center;
    margin-top: 10%;
    font-weight: 600;
    color: #333333;
}
.login_box_left .left_btn{
    width: 20%;
    height: 7%;
    margin-top: 30px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #cccccc;
    color: #ff8559;
    font-size: 2vh;

}
.login_box_content .login_box_right{
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}
.login_box_right .login_right_head{
    width: 55%;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    /* margin-left: 30%;  */
    margin-top: 15%;
}
.name_box , .psw_box ,.remember_me,.login_btn{
    /* margin-left: 30%; */
    width: 55%;
    height: 10%;
}
.remember_me{
    height: 5%;
}
.name_box {
  margin-top: 5%;
  font-weight: 600;
}
.name_box .err_font{
    margin-top: 1%;
    color: red !important ;
    font-size: 12px !important;
    display: none;
}
.name_box input{
    width: 100%;
    height: 70%;
    text-indent: 16px;
    margin-top: 2%;
    border:none;
    outline: none;
    border: 1px  solid #cccccc;
    border-radius: 4px;
}
.psw_box{
    margin-top: 5%;
    font-weight: 600;
}
.psw_box input{
    width: 100%;
    height: 70%;
    text-indent: 16px;
    margin-top: 2%;
    border:none;
    outline: none;
    border: 1px  solid #cccccc;
    border-radius: 4px;
}
.psw_box .err_font{
    color: red !important ;
    font-size: 12px !important;
    margin-top: 1%;
    display: none;
}
.remember_me{
    margin-top: 5%;
    color: #999999;
}
.remember_me span{
    float: left;
    display: inline-block;
}
.remember_me span:nth-child(2){
    margin-left: 10px;
}
.remember_me .hook{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
    position: relative;
}
.remember_me .hook img{
  position: absolute;
  top: -2px;
  right: -5px;
}
 .login_btn{
    margin-top: 2%;
    height: 12%;
}
.login_btn span{
    display: inline-block;
    height: 65%;
    width: 100%;
    color: white;
    background: linear-gradient(to right,#ff8559,#ff334f);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2vh;
    font-weight: 600;
    border-radius: 4px;
}