
*{
  padding:0px;
  margin:0px;
}
html,
body {
  width: 100%;
  height: 100%;
}

.login_container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.logo{
  position: absolute;
  top: 32px;
  left: 24px;
}
.video_text_wrap{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
}
.video_text{
  padding: 8px 24px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  position: fixed;
}
.video_text1{
  top: 310px;
  left: 70px;
}
.video_text2{
  top: 195px;
  left: 210px;
}
.video_text3{
  top: 140px;
  left: 515px;
}
.video_text4{
  top: 180px;
  left: 825px;
}
.video_text5{
  top: 320px;
  left: 960px;
}
.video_text6{
  top: 450px;
  left: 1135px;
}
.video_text7{
  top: 635px;
  left: 1110px;
}
.video_text8{
  top: 750px;
  left: 660px;
}
.video_text9{
  top: 625px;
  left: 310px;
}
.video_text10{
  top: 470px;
  left: 190px;
}
.empty_background{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
  background-color: #fff;
}
.video_background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
}
.video_content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_text_image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -8;
}
.right_content {
  width: 657px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login_form_container {
  width: 450px;
  height: 510px;
  padding: 96px 48px;
  box-sizing: border-box;
  background: rgba(53,61,75,0.65);
  border-radius: 8px;
  border: 1px solid;
  border-image: linear-gradient(180deg, #485164,#485164, #485164, #485164) 1 1;
  backdrop-filter: blur(5px);
}
.welcome_title {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  line-height: 28px;
}
.main_title{
  font-size: 22px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  line-height: 30px;
  margin:6px 0px 32px 0px;
}
.el-form-item {
  margin-bottom: 32px;
}
.el-form-item:last-child{
  margin-bottom: 16px;
}

.el-input__inner{
  background: rgba(255,255,255,0);
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
}
.el-input__prefix{
  display: flex;
  align-items: center;
}
.el-input__suffix{
  display: flex;
  align-items: center;
}
.el-input__suffix-inner {
  display: flex;
  align-items: center;
}
.el-input__icon{
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.el-button{
  width: 100%;
}
.forget_password{
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #246EFF;
  line-height: 22px;
  cursor: pointer;
}
.login_txt{
  font-size: 20px;
  font-weight: 400;
  color: #246EFF;
  line-height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.verification_code_content .el-form-item__content{
  display: flex;
  align-items: center;
}
.verification_code_content .verification_code_img{
  width: 116px;
  height: 40px;
  cursor: pointer;
  margin-left: 8px;
  border-radius: 4px;
}
.verify_result_content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verify_result_content .hint {
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 20px;
}
.verify_txt{
  margin:8px 0px 26px 0px;
}
.return_login{
  margin: 56px 0px 24px 0px;
  font-weight: 400;
  color: #246EFF;
  line-height: 24px;
  cursor: pointer;
}
.drop_down{
  position: absolute;
  right: 80px;
  top: 32px;
  cursor: pointer;
}
.el-dropdown{
  color: #fff;
}
.footer{
  position: absolute;
  /* right: 0px; */
  bottom: 40px;
  display: flex;
  align-items: center;
}
.icon_item{
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.9);
  margin-right: 30px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.icon_item::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: rgba(255,255,255,0.9);
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.icon_item:last-child::after{
  width: 0px;
}
.icon_item img {
  margin-right: 6px;
}

