#appdiv {
    height: 100%;
    padding:0px ;
}
.login {
  height: 100%;
  width: 100%;
  background: url('/Sys/public/img/login_bg.jpg');
  background-size: cover;
  position: relative;
  background-color: #ccc;
}
.login .box {
  width: 1050px;
  height: 600px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 24px 20px 20px 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.login .box .left {
  width: 450px;
  padding:  30px 15px 15px 15px;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.login .box .left .logobox {
  padding-left: 15px;
}
.login .box .left .text p {
  line-height: 30px;
  padding-left: 25px;
  color: #606266;
  font-size: 20px;
}
.login .box .left .text p:first-child {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #303133;
}
.login .box .right {
  width: 600px;
  padding: 30px 40px;
}
.login .box .right .tsbtn {
  margin-bottom: 20px;
  text-align: right;
}
.login .box .right .el-tabs__item {
  font-size: 16px !important;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
}
.login .box .right .el-tabs__item:hover {
  color: #000;
}
.login .box .right .el-tabs__item.is-active {
  color: #FF4C15;
}
.login .box .right .el-tabs__active-bar {
  background-color: #FF4C15;
  height: 3px;
}
.login .box .right .el-form {
	/* margin-top: 25px; */
    margin-top: 60px;
}
.login .box .right .el-form .el-form-item .el-form-item__label {
  line-height: 40px;
  padding: 0;
  color: #303133;
  font-size: 14px;
  font-weight: 500;
}
.login .box .right .el-form .el-form-item:last-child .el-form-item__content {
  display: flex;
  flex-direction: column;
}
.login .box .right .el-form .el-form-item:last-child .el-form-item__content .el-button:last-child {
  margin: 0;
  margin-top: 20px;
}
.login .box .right p {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  align-items: center;
}
.login .box .right p span {
  line-height: 30px;
  color: #606266;
  font-size: 14px;
}
.login .box .right p .link{
	cursor: pointer;
}
.login .box .right p #phone {
  color: #FF4C15;
  margin-right: 5px;
}
.login .login_type{
    width: 100px;
}

img.logo{
    max-width: 350px;
    max-height: 90px;
}
img.logo2{
    max-width: 420px;
    max-height: 360px;
}
.video-box {
    max-width: 420px;
    max-height: 360px;
}
.el-button--danger{
    color: #FFF;
    
    background: linear-gradient(44deg, #FF4C15 0%, #FF8080 100%);
}
.el-button--danger:focus, .el-button--danger:hover {
  background: linear-gradient(44deg, #FF4C15 0%, #FF8080 100%);
  border-color: #FF4C15;
  color: #FFF;
}

.copylink {
	color: #FF4C15;
	margin-top: 10px;
}

.verification-dialog {
  border-radius: 10px;
}

.verification-dialog .el-dialog__title {
  font-weight: bolder;
}
.verification-dialog .el-form-item__label {
  font-size: 14px;
}
.verification-dialog .el-dialog__body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #F2F3F9;
}
.rember-container{

  width: 100%;

  .rember-pwd{
    display: inline-block;
    font-size: 12px;
    color: rgba(11, 18, 26, 0.6);
    margin-left: 4px;
    line-height: 16px;
}
}
