#progress-bar-container {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    height: 100px;
    margin-bottom: 100px;
}

#signup-form-container {
    padding-top: 100px;
}

#progress-bar-brand {
    font-family: DM Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}

#progress-brand-container {
    height: 100px;
    position: relative;
    top: -200px;
}

#progress-item {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    
}

#progress-seperator {
    white-space:nowrap;
}

.account-step-header {
    font-family: DM Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
}

.account-step-text {
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;;
}

.account-step-header-container {
    min-height: 60px;
}

.under-input-text {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.account-step-instructions-container {
    padding-bottom: 32px;
}

.create-account-input-container {
    padding-bottom: 16px;
}

#next-step-button {
    width: 100%;
    height: 58px;
    line-height: 38px;
    border-radius: 8px;
    margin-top: 56px;
}

#upload-photo-button {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}

#accessibility-instructions {
    padding-bottom: 16px;
}

#upload-image-container {
    width: 200px;
    height: 200px;
    border: 1px solid #B0B6CD;
    box-sizing: border-box;
    border-radius: 16px;
    text-align: center;
    padding-top: 50px;
    margin-top: 40px;
}

.fa-user {
   font-size: 80px;
   color: #B0B6CD;
}

#bio {
    height: 120px;
}

.add-site-link-container {
    padding-top: 8px;
    padding-bottom: 8px;
}

#completed-profile-image-container {
    margin-bottom: 40px;
}

#completed-profile-picture {
    border-radius: 48px;
    width: 200px;
    height: 200px;
}

.signup-step-hidden {
    display: none;
}

#image-editor-box {
    width: 70%;
    border-radius: 8px;
    min-height: 300px;
    border: 1px solid gray;
}

#image-editor-box:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#profile-image-crop {
    margin: auto;
    display: block;
    max-width: 500px;
}

#profile-image-container{
    max-width: 500px;
    margin: auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}
#visual-description {
    height: 120px;
}

.website-type-group {
    padding-bottom: 12px;
}