.register-form-wrapper {
    border: 4.5px solid #fff;
    background: rgba(255, 255, 255, 1);
    height: auto;
    padding: 25px;
    margin: 10px 0;
}

.cf-mainbody-content.form {
    width: 750px;
    margin: 0 auto;
    height: 850px;
}

.register-input-box input {
    width: 100%;
    height: 40px;
}

.register-input-box {
    margin-bottom: 5px;
}

.thank-you {
    height: 300px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 990px) {
    .cf-mainbody-content.form {
        width: auto;
        margin: 0 auto;
        height: 850px;
    }
}