﻿
body {
    background: url(https://www4.bing.com/az/hprichbg/rb/BM1759_EN-CN5095819877_1920x1080.jpg);
    background: url(https://cn.bing.com/az/hprichbg/rb/OceanDrive_EN-CN5355005673_1920x1080.jpg);
}

    header {
        display: none!important;
    }

    content {
        background-color: transparent;
    }

    footer {
        display: none!important;
    }

.login {
    position: absolute;
    height: auto;
    /* min-height: 480px; */
    width: 380px;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -210px;
}
.r-login{
    height: auto;
    /* min-height: 530px; */
}

.login .form-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 28px 28px 10px 28px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: left;
    /*box-shadow: 10px 10px 30px 5px rgba(0,0,0,0.3);*/
    box-shadow: 0px 0px 30px rgba(0,0,0,.3);
}

.social .containers.social-count{
    margin: 20px 0 10px;
}

/* @media screen and (max-width : 1024px) {
    body {
        background: none;
    }

    .login {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }

        .login .form-container {
            width: 100%;
            height: 100%;
            padding: 20px 16px 20px 16px;
        }
} */