.register-page h1 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 48px;
    line-height: 1;
}
.register-page h1 .user-email {
    font-size: 12px;
    font-weight: 400;
}
.register-page h2 {
    font-size: 24px;
    margin-bottom: 48px;
}
.register-page .nav.flex-column li a {
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 16px;
}
.register-page .nav.flex-column li a.active {
    color: #000000;
    font-weight: 700;
}
.register-page .logout-container {
    margin-top: 48px;
}
.register-page .logout-link {
    font-size: 14px;
    font-weight: 700;
}
.register-page .logout-link:hover {
    opacity: 0.75;
}
.register-page .form-container {
    max-width: 744px;
}
.register-page .form-container .form-floating {
    margin-bottom: 24px;
}
.register-page .form-container input.form-control,
.register-page .form-container .form-select {
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    color: #000000;
    font-size: 17px;
    height: 40px;
}
.register-page .form-container .form-floating:not(.no-flex)>label {
    display: flex;
    align-items: center;
}
.register-page .form-container .form-floating>label {
    color: #b4b4b4;
    font-size: 10px;    
    padding: 8px 16px;
}
.register-page .form-container button.btn.submit-btn {
    color: #FFFFFF;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    min-height: 48px;
}
.register-page .form-container button.btn.submit-btn:hover {
    opacity: 0.75;
}
.register-page .info-text {
    font-size: 14px;
    margin-top: 32px;
}
.register-page .go-back-link {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.register-page .go-back-link svg {
    margin-right: 24px;
}
@media only screen and (max-width: 991px) {
    .register-page .form-container button.btn.submit-btn {
        width: 100%;
    }
    .register-page h1 {
        font-weight: 400;
        font-size: 24px;
        margin-top: 24px;
    }
    .register-page .nav.flex-column li.nav-item {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .register-page .svg-item.mobile {
        width: 32px;
        border-radius: 50%;
        background-color: #f5f5f5;
        padding: 6px;
        margin-right: 8px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .register-page .nav.flex-column li a {
        padding: 0;
    }
    .register-page .status {
        position: relative;
        margin-left: 8px;
        right: auto;
    }
}