* {
    padding: 0;
    margin: 0;
}

.bg-image {
    padding: 16px 0 16px 36px;
}

.bg-image img {
    width: 377px;
    height: 48px;
    opacity: 1;
    box-shadow: 0px 0px -1px 0px rgb(0 0 0 / 25%);
}

.d-container {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 90.5%;
    height: calc(100% - 81px);
    background: url(../image/Frame.png) no-repeat;
    background-size: 100% 100%;
}

.right-info {
    width: 450px;
    height: 540px;
    opacity: 1;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 7px 22px 0px rgb(0 0 0 / 6%);
}

.logindl {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0 20px 30px;
    border-bottom: 1px solid #F5F5F5;
    box-sizing: border-box;
}

.loading-box {
    width: 380px;
    margin: 0 auto;
}

.inp {
	position: relative;
    color: #696f79;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 2px;
}

.inp input {
    width: 360px;
    margin-top: 10px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #E0E6E4;
    outline: none;
    padding-left: 20px;
    caret-color: rgba(0, 0, 0, 0)
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 0.5px solid #1565D8;

}
.info-box{
    display: flex;
    justify-content: flex-end;
    margin-right: 90px;
    margin-top: 3%;
}
.loginbtn {
    display: block;
    text-decoration: none;
    width: 380px;
    line-height: 60px;
    margin: 36px auto 0;
    border-radius: 8px;
    text-align: center;
    border: none;
    background: #376DF6;
    color: #FFFFFF;
}

.copyright {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 60px;
    background: rgba(0,0,0,0.10);
    color: #fff;
}
#vdimgck{
	height: 58px;
    width: 105px;
    position: absolute;
    top: 29px;
    right: 0;
}