.box-title {
    padding-bottom: 80px;
    font-size: 16px;
}
input#accept_term {
    height: 20px;
    width: 20px;
    border: solid #000000 1px;
    background-color: #D9D9D9;
}
.term-of-use-box {
    font-size: 16px;
    text-align: center;
}
.link-to-login {
    width: 142px;
    height: 35px;
    border:1px solid #979797;
    border-radius: 15px;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    background-color: #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.message-content {
    padding-left: 8.5rem;
}

.box-show-message {
    margin-bottom: 56px;
}

@media(min-width: 992px){
    .box-register>div {
        width: 760px !important;
    }
}
.box-login.send-mail-message {
    border-radius: 20px;
}

@media(min-width: 992px){
    .box-login.send-mail-message {
        width: 691px !important;
    }
    .box-login.send-mail-message>div {
        width: unset !important;
    }
}
