.register-page .sign-in {
    margin-top: 58px
}

.register-page .heading {
    margin-bottom: 35px
}

.register-page .heading .title {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    letter-spacing: .05em
}

.register-page .login-heading .title,
.register-page .wrapper-content .register-heading .title {
    font-size: 18px;
    color: #232323;
    letter-spacing: .02em;
    font-weight: 600;
    margin-bottom: 25px
}

.register-page .login-heading .desc {
    margin-bottom: 17px
}

.register-page .contact-form .form-input {
    max-width: 450px
}

.register-page .button-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

.register-page .button-register .button-2 {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.register-page .button-register .link-underline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.register-page .button-register .link-underline .text {
    margin-left: 25px
}

.register-page .wrapper-content {
    padding: 58px;
    background-color: #fafafa
}

.register-page .wrapper-content .button-1 {
    width: 255px;
    height: 44px;
    margin-top: 25px
}

@media (max-width:1024px) {
    .register-page .wrapper-content {
        padding: 40px 30px;
        background-color: #fafafa
    }

    .register-page .sign-in {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .register-page .sign-in {
        margin-top: 0
    }

    .register-page .wrapper-content {
        padding: 28px 20px 0;
        margin-top: 30px
    }

    .register-page .wrapper-content .button-1 {
        width: 100%;
        height: 44px;
        margin-top: 25px
    }
}