body,
html {
    height: 100%;
    margin: 0;
}

a:focus, a:hover{
    text-decoration: none;
}

.login-box > * input[type=text],
.login-box > * input[type=password],
select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 100%;
    height: 32px;
    padding: 2px 10px;
    border: 1px solid #939598 !important;
    text-align: center;
}

.login-logo {
    padding-top: 2%;
    text-align: center;
}

.login-box {    
    width: 320px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* background-color: #FFFFFF;
    border: 10px solid white; */
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
	z-index:1;
    
}


.btn-view-password {
    position: absolute;
    right: 18px;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
}


.error-message {
    text-align: center;
    color: #D8364D;
    font-weight: 400;
    width: 100%;
}

.error-message>div {
    display: inline-block;
}

.login-step-1{    
    position: relative;
    text-align: center;   
    padding: 5px 0;
}

.login-step-agree {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    vertical-align: middle;
    border: 2px solid;
    border-radius: 5px;
    cursor: pointer;
    background: white;
}

.login-button{
    width: 200px;
    margin: 6% auto;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #b8b3b3;
    box-shadow: #4d94ff 1.95px 1.95px 2.6px;
    background: #fffef7;
}

.forgot-button{
    width: 150px;
    margin: 6% auto;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #b8b3b3;
    box-shadow: #4d94ff 1.95px 1.95px 2.6px;
    background: #fffef7;
}

.login-button.disabled{
    background-color: #b8b3b3;
}

.bg-login>img {
    /* position: absolute; */
    width: 100%;
    height: auto;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.div-login{    
    position: relative;
    height: calc(100% - 122px);
    margin-top: 70px;
    margin-bottom: 52px;
    min-height: 500px;
    overflow: auto;
}

.div-login>* img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.div-login>.block1,
.div-login>.block3 {
    width: 25%;
    height: 100%;
}

.div-login>.block2 {
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: #4d94ff 6px 6px 22px -6px;
}

.title.login {
    height: 8%;
}

.slice-first .login-button {
    /* background-color: #b8b3b3;
    color: #FFFFFF; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 2vh;
    line-height: 4vh;
    width: 50%;
}

.div-login-bg-left{
    position: absolute;
    width: 150px;
    height: fit-content;
    top: calc(50%);
    left: calc(50% - 180px);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.div-login-bg-left > img{
    width: 100%;
}