body {
    height: 100%;
    background-image: url('../img/sample_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

input[type=button], input[type=submit], input[type=reset] {
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: white;
    margin : 0 auto;
    background-color: #0A447E;
    width: 200px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #d5fbff;
    color: black;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    background-color: #26c6da;
    color: black;
}

input[type=submit]:disabled {
    background-color: #f4f4f6;
    border-color: #c7c7ce;
    color: #dbdbdb;
    cursor: not-allowed;
}

fieldset {
    border: 2px solid #0A447E; 
}

.registration-container {
    padding-top: 10px;
    font-family: arial;
    width: 1000px;
    background-color: #eaeded;
    margin: auto;
}

.registration-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    height: 150px;
}

.header-logo, .registration-selector, .selector-group {
    display: inline-block;
    width: 1000px;
    text-align: center;
}

.header-text {
    display: inline-block;
    width: 1000px;
    text-align: center;
    font-weight: bold;
}

.selector-group {
    width: 1000px;
    height: 40px !important;
}

.personal-registration {
    padding-left: 25px;
    padding-right: 25px;
}

.personal-registration input[type="email"], .personal-registration input[type="password"], .personal-registration input[type="text"]  {
    width: 350px;
    height: 25px;
    border: 1px solid; 
    box-shadow: none;
}

.personal-registration select {
    width: 350px;
    height: 25px;
}

.personal-registration input[type="date"] {
    width: 125px;
    height: 25px;
}

.p-ssn input[type="password"] {
    width: 75px !important;
}

.personal-registration label {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 170px;
    height: 25px;
}

.pers-terms label {
    width: 825px !important;
}

.enterprise-registration {
    padding-left: 25px;
    padding-right: 25px;
}

.reqd {
    color: rgb(113, 0, 0);
    font-weight: bold;
}

.validation-errors {
    color: red;
    font-weight: bold;
}

.password-criteria p {
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 100px;
    font-size: 10pt;
}

.password-criteria .password-criteria-header {
    font-weight: bold;
    color: rgb(113, 0, 0);
}

.personal-registration {
    display: none;
}

.form-header-text {
    font-weight: bold;
    font-size: 15pt;
    color: #0A447E;
}

/*  <----------ENTERPRISE DIV STYLES---------->  */

.enterprise-registration label {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 200px;
    height: 25px;
}

.enterprise-registration input[type="email"], .enterprise-registration input[type="password"], .enterprise-registration input[type="text"] {
    width: 350px;
    height: 25px;
    border: 1px solid; 
    box-shadow: none;
}

.ein-div input[type="text"] {
    width: 100px;
}

.addprop-ein input[type="text"] {
    width: 100px;
}

.property-phone-extension input[type="text"]{
    width: 100px;
    display: inline-block;
}

.enterprise-registration input[type="date"] {
    width: 125px;
    height: 25px;
}

.enterprise-registration select {
    width: 350px;
    height: 25px;
}

.footer-text {
    height: 40px;
    text-align: center;
    font-weight: bold;
}

.ent-terms label {
    width: 872px !important;
}

.enterprise-registration {
    display: none;
}