.button-wrapper{
    display: inline-flex;
    margin: 10px auto;
    justify-content: space-around;
    width: 100%;
}
.myBtn{
    height: 34px;
}
.info-for-sign{
    margin-top: 10px;
}
.link-help{
    padding-left: 0;
}
.agree-wrapper{
    display: flex;
}
.agree-input{
    margin-left: 10px;
}
.register-title{
    display: flex;
    justify-content: center;
}
.title{
    background-color: #ffffff;
    padding: 5px 10px;
    font-size: 18px;
}
.instruction-wrapper{
    width: 684px;
    margin: 0 auto;
    border: 2px solid #2e6da4;
    background-color: white;
    padding: 10px 15px;
    border-radius: 4px;
}
.accept{
    width: 70px;
    height: 70px;
    background-color: #40cb40;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.accept-help{
    font-size: 55px !important;
    padding: 10px 0 0 2px;
}