.wrapper{
    height: calc(100% - 170px);
    margin: 0px auto 0px;
    background-image: url("/img/top_1080.JPG");
    background-size: cover;
    overflow: hidden;
}

.register{
    height: 400px;
    width: 500px;
    margin: 100px auto 0px;
    padding: 100px auto 100px; 
    border: 1px solid black;
    text-align: center;
    background-color: #000000aa;
    color: white;
}

.p-register{
    font-size: 1.6rem;
    margin: 20px;
}

.div-form{
    height: 200px;
    margin-top: 30px;
}

.form-group{
    margin-top: 20px;
}

.form-control{
    height: 100%;
    font-size: 100%;
}

.text-md-right{
    line-height: 34px;
    height: 34px;
}

.btn-register{
    width: 90px;
    font-size: 15px;
}