#register-page h1 {
    text-align: center;
}

#register-page .rgstr-cnt {
    margin: 20px auto;
    box-sizing: border-box;
    padding: 30px;
    background: #F8F8F8;
}

#register-page .rgstr-cnt > p {
    margin: 0 0 20px 0;
}

#register-page .agree-input, #register-page .newsletter-input {
    padding: 10px 0 0 0;
}

#register-page .submit {
    padding: 15px 20px;
    background-color: #C19D6A;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 15px;
    color: #494949;
    display: block;
    margin: 30px auto;
    width: 200px;
    box-sizing: border-box;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#register-page .submit:hover {
    background-color: #9d7741;
}

#register-page .text-danger {
    color: #df0000;
    font-weight: 500;
    font-size: 12px;
    margin: 5px 0 0 0;
}