.edit_user_page{
    padding-top: 40px;
}

@media only screen and (max-width: 700px) {
    .edit_user_page{
        padding-top: 10px;
    }
}


.edit_user_page h1{
    color: #366784;
    font-weight: bold;
    font-size: 40px;
}

.edit_user_page p {
    max-width: 670px;
    margin: auto;
    color: #366784;
}
.skip_btn {
    color: #fff;
    background-color: #B8C8D5;
    width: 177px;
    padding: 10px;
    margin: auto;
    border-radius: 60px;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 600;
}
.skip_btn:hover {
    opacity: 0.6;
}
#skip_link:hover {
    text-decoration: none ;
}

.edit_profile_picture{
    background-image: url(http://localhost/most/nextmune/wp-content/uploads/2018/09/wivra_like_icon_active.png);
    height: 150px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 30px auto 10px auto;
}

.ugc-inner-wrapper h2{
    display: none !important;
}

.ugc-inner-wrapper input[type="file"]{
    margin: auto;
    width: 173px !important;
}

.ugc-inner-wrapper input[type="submit"]{
    margin: auto;
    background: #3e728f;
    color: #fff;
}
.ugc-notice.success{
    position: absolute !important;
    width: 100% !important;
    top: 90px !important;
    border-radius: 0 !important;
    left: 0 !important;
    background: #aed3de !important;
    border: none !important;
    color: #547c97 !important;
}

@media only screen and (min-width: 1024px) {
    .ugc-notice.success{
        top: 120px !important;
    }
}

#upload_done_link{
    text-decoration: none;
}