/*body{ background:#233B5D;color:#fff;padding-top:200px;} */
body{
    min-width: 1000px;
    height: 100vh;
    background: url("/img/imgbj02.jpg") no-repeat  top center;
    color:#fff;
    -webkit-background-size: cover;
    background-size: cover;
}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1;*zoom:1;}
.copyright{
   /* margin-top:150px;*/
    margin-top: 15px;
}
.copyright a{
    font-size:12px;
    color:#3d6c9e;

}
.userlogin{
    display: block;
}
.phonelogin{
    display: none;
}
.btn-link {
    color: #0e0e0f;}
.container {
    max-width: 1000px;
    min-width: 1000px;
    margin-top: 130px;
}
.pictureVerification {
    width: 120px;
    height: 38px;
   margin-left: 10px;
}
.prompt {
    font-size: 14px;
    color: #000;
}
@media screen and (min-width: 1360px) {
    body{
        min-width: 1200px;
        height: 100%;
       /* padding-top:200px;*/
    }
    .container {
        margin-top: 200px;
    }
}