﻿html ,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}




.input-from {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-size: 100% 100%;
}
.input-from .LoginImg_Box {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    position: relative;
}
.input-from .LoginImg_Box .LogInIng_Box {
    width: 100%;
    min-width: 50%;
    height: 100%;
    position: relative;
}
.input-from .LoginImg_Box .LogInIng_Box .LogInIng_Background {
    width: 100%;
    height: 100%;
    background-size: 90% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../../images/Login/login_bg2.png);
}
.input-from .LoginImg_Box .LogInIng_Box .LogInIng {
    width: 100%;
    height: 100%;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 35% 90%;
    background-image: url(../../images/Login/login_pic.png);
    position: absolute;
    top: 0;
}
.input-from .LoginImg_Box .LogInIng_Box img {
    height: auto;
    position: absolute;
    left: 10%;
}
.input-from .LoginImg_Box .LogInIng_Box img:first-child {
    width: 30%;
    top: 5%;
}
.input-from .LoginImg_Box .LogInIng_Box img:last-child {
    width: 25%;
    bottom: 3%;
}



.Login_Style {
    width: 100%;
    min-width: 50%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.Login_Style .LoginInp_Box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.Login_Style .Login_Logo {
    width: auto;
    height: 38px;
}

.Login_Style .Login_P {
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: bold;
}

.Login_Style .Copyright_P {
    opacity: 0.6;
    white-space: nowrap;
}



.Login_Style .LoginForm_Box {
    width: 100%;
    margin: 0;
    background: transparent !important;
}


.LoginForm_Box .se-input-group {
    width: 100%;
    margin-top: 5px !important;
    padding: 0;
}
.LoginForm_Box .se-input-group input:not(.MyCheckbox) {
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: black;
}


.LoginForm_Box .Pwd_Box {
    width: 100%;
    position: relative;
}
.LoginForm_Box .Pwd_Box > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../../images/texteare_eyeclose.png);
}
.LoginForm_Box .Pwd_Box > .EyEOpen_ico {
    background-image: url(../../images/texteare_eyeopen.png);
}

.LoginForm_Box .RememberMe_Box {
    width: 100%;
    margin-top: 10px;
}
.LoginForm_Box .RememberMe_Box label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.LoginForm_Box .RememberMe_Box span {
    margin-left: 5px;
    color: var(--se-theme-color);
    white-space: nowrap;
}

.Login_Style .LoginForm_Box span {
    color: #787878;
}
.Login_Style .LoginForm_Box > div {
    margin: 0.8em 0;
}

.LoginForm_Box .btn {
    width: 100% !important;
    background-color: var(--se-theme-color) !important;
    border: 0;
    margin: 20px auto;
    height: 40px !important;
    font-size: 16px;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 5px !important;
    margin-left: 0;
}
.LoginForm_Box .btn:hover,
.LoginForm_Box .btn:active,
.LoginForm_Box .btn:focus {
    background-color: #192376 !important;
}
.LoginForm_Box .btn.active.focus,
.LoginForm_Box .btn.active:focus,
.LoginForm_Box .btn.focus,
.LoginForm_Box .btn:active.focus,
.LoginForm_Box .btn:active:focus,
.LoginForm_Box .btn:focus {
    outline: transparent !important;
}