#login {
    background-color:rgb(39, 39, 39); border: 1px solidrgb(0, 0, 0);
}
#login:hover {
    background-color:rgb(94, 94, 94); border: 1px solidrgb(0, 0, 0);
}
body {
    background-color: #cccccc;
    background-image: url("../enter_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
body:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.13) 60%, rgba(255, 255, 255, 0.04) 70%);
    height: 100%;
}
.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    }
    
    @media (min-width: 1025px) {
    .h-custom-2 {
    height: 100%;
    }

}
.text-infomation{
    color:#fff;
    transform: translateY(-61px);
}