
login {
display: block;
width: 100%;
height: 100%;
background: #ffffff;
}

login .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
overflow: hidden;
pointer-events: none;
}

login .header .logo img {
width: 72px;
background: white;
}

.login_dash {
display: flex;
}

left_login {
display: block;
width: 450px;
height: 100%;
background: white;
opacity: 1;
}

right_login {
display: block;
width: calc(100% - 450px);
height: 100%;
box-shadow: 0px 0px 20px #c22349;
}
right_login img {
width: 100%;
height:100%;
pointer-events: none;
}

.login_dash {
width: 100%;
height: 100%;
}

right_login img.for {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
}

right_login {
position: relative;
}

right_login img {
position: relative;
z-index: 1;
}

.loginbg_te {position: absolute;right: 0;width: 80%;height: 100%;overflow: hidden;z-index: 1;}

.loginbg_te img {
width: 137%;
height: 100%;
opacity: 0.4;
}

left_login {
padding-top: 100px;
overflow: hidden;
}

left_login h1 {
padding: 10px;
margin: 0;
font-size: 34px;
font-weight: 600;
color: #00346a;
width: 80%;
margin-left: 10%;
}

left_login label {
padding: 10px;
padding-top: 0;
position: relative;
top: -45px;
left: 217px;
color: #0026ff;
background: #0026ff;
color: white;
padding: 4px;
border-radius: 8px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
}

left_login input {
width: 80%;
padding: 10px;
margin-left: 10%;
margin-bottom: 5px;
border-radius: 3px;
border: 1px solid gainsboro;
font-size: 20px;
outline: none;
}

left_login button {
width: 50%;
float: right;
margin-right: 10%;
padding: 10px;
border-radius: 3px;
border: 1px solid gainsboro;
background: #0026ff;
color: white;
font-size: 20px;
font-weight: 100;
cursor: pointer;
}

left_login button:hover {
background: #0522c4;
}

left_login {
position: relative;
z-index: 9;
background:none;
}


left_login {
border-right: 1px solid gainsboro;
}

.loginbg_te img {
width: 50%;
position: relative;
opacity: 1;
right: 0;
position: absolute;
top: 0;
min-width: 714px;
}

left_login {
height: calc(100% - 100px);
}

input.second {
display: none;
position: fixed;
left: -100%;
width: 0;
height: 0;
opacity: 0;
top: -100%;
pointer-events: none;
}