﻿#first-name, #last-name, #email, #phone, #number-of-sites , #referral-source{
    width: 50%;
}

.logged-out-page-content{
    height: 670px;
    width: 90%;
    max-width: 600px;
}

#empty-field {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    left: -1000px;
}