.container {
  max-width: none !important;
  width: 730px;
}

.logo{
    margin-bottom: 20px;
}


.consentForm{
    margin-top: 20px;
    text-align: center;
}

.consentForm > label{
    font-weight: normal;
}

.consentForm .consentBt{
    margin: 20px 0;
    width: 200px;
}


.registFormName{
    display: table;
    width: 100%;
}

.registFormName > div{
    display: table-cell;
    width: 50%;
}

.registFormName > div > input{
    width: 96%;
}

.registForm .registFormBt{
    margin: 20px 0;
    width: 200px;
}

.confirmValue{
    /*text-indent: 1em;*/
    border-bottom: 1px solid #F1F0F6;
    padding: 6px;
}

.confirmBtTable{
    display: table;
    width: 100%;
}
.confirmBtTable > div{
    display: table-cell;
    width: 50%;
    text-align: center;
}

.returnBt{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
