﻿#UserProfileHeader {
    left: 109px;
    top: 149px;
    position: absolute;
    overflow: visible;
    width: 404px;
    height: 86px;
    text-align: left;
    font-family: Avenir;
    font-style: normal;
    font-weight: lighter;
    font-size: 65px;
    color: rgba(63,120,227,1);
}

#Registration_Page {
    /*position: absolute;*/
    width: 1000px;
    height: 1080px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    cursor: pointer;
}

#UserProfile {
    text-align: left;
    font-family: Avenir;
    font-style: normal;
    font-weight: lighter;
    font-size: 65px;
    color: rgba(63,120,227,1);
}

#PersonalInformation {
    text-align: center;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: rgba(51,51,51,1);
}

.FieldHeaders {
    text-align: Left;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(51,51,51,1);
}

