_bind.css 543 Bytes
.bind-page {

    #yohood {
        background-image: resolve('yohood.png');
        background-size: 40%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position-x: 10%;
        background-position-y: 40%;
        border: none;
        border-bottom: 4PX solid #fff;

    }

    .other-login {
        margin-top: 20PX;
        margin-bottom: 20PX;
        font-size: 16PX;
        text-decoration: underline;
        text-align: right;

        a {
            color: #fff;
        }
    }
}