body{
    position: relative;
    background-image: url("stars5loan_bg.png");
    background-size:100% auto;
    /*background-position: center;*/
    background-repeat:no-repeat;
    height: 715px;
    cursor: pointer;
}

#register{
    width: 60%;
    height: 400px;
    margin-left: 20%;
    margin-top: 11%;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
}
#register div:first-child{
    text-align: center;
}
#register div:first-child img{
    height: 50px;
}
#register p {
    margin-top: 10px;
}

#register input:last-child{
    margin-top: 10px;
}

#register div:last-child button{
    margin-top: 20px;
    text-align: center;
}

#judge{
    width: 60%;
    height: 400px;
    margin-left: 20%;
    margin-top: 11%;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
}
#judge div:first-child{
    text-align: center;
    margin-bottom: 20px;
}
#judge div:first-child img{
    height: 50px;
}
#judge ul {
    padding-left: 15px;
}
#judge p{
    margin-bottom: 10px;
}
#befor div {
    margin-top: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1327px) {
    body{
        position: relative;
        background-image: url("stars5loan_bg.png");
        background-size:100% auto;
        /*background-position: center;*/
        background-repeat:no-repeat;
        height: 695px;
        cursor: pointer;
    }

    #register{
        width: 70%;
        height: 400px;
        margin-left: 15%;
        margin-top: 11%;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        opacity: 1;
        border-radius: 10px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
    }
    #register p {
        margin-top: 10px;
    }

    #register input:last-child{
        margin-top: 10px;
    }

    #register div:last-child button{
        margin-top: 20px;
        text-align: center;
    }

    #judge{
        width: 70%;
        height: 400px;
        margin-left: 15%;
        margin-top: 11%;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        opacity: 1;
        border-radius: 10px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
    }

    #judge p{
        margin-bottom: 10px;
    }
    #befor div {
        margin-top: 50px;
    }

    #judge div:first-child{
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 600px) {
    body{
        position: relative;
        background-image: url("stars5loan_bg.png");
        background-size:100% auto;
        /*background-position: center;*/
        background-repeat:no-repeat;
        height: 500px;
        cursor: pointer;
    }

    #register{
        width: 90%;
        height: 280px;
        margin-left: 5%;
        margin-top: 11%;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        opacity: 1;
        border-radius: 10px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 2%;
    }
    #register p {
        margin-top: 10px;
    }

    #register input:last-child{
        margin-top: 10px;
    }

    #register div:last-child button{
        margin-top: 10px;
        text-align: center;
    }

    #judge{
        width: 90%;
        height: 400px;
        margin-left: 5%;
        margin-top: 11%;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        opacity: 1;
        border-radius: 10px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
    }

    #judge p{
        margin-bottom: 5px;
    }
    #befor div {
        margin-top: 50px;
    }

}

.modal-dialog{
    width: 400px;
    margin: 150px auto;
}
.modal-header img {
    height: 30px;
}

.modal-header div {
    text-align: center;
}
.modal-body p{
    text-align: center;
}
.modal-content {
    height: 200px;
}
