* {
    padding:0;
    margin:0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

 .logo-name {
        width: 30%;
        display: inline-block;
        text-transform: uppercase;
        font-family: 'Gotham 4r',Helvetica,Arial,sans-serif;
        font-size: 32px;
        color: #ffffff;
        float:left;
        text-decoration: none;
        cursor: default;
    }
.logo-name:hover,.logo-name:focus{
        text-decoration:none;   
        color: #ffffff;
    }

.logo-name span {
        text-transform: capitalize;
        font-weight: normal;
        font-family: 'Gotham Thin',Helvetica,Arial,sans-serif;
        font-size: 32px;
        color: #ffffff;
        padding-left: 4px;
    }
.logo_image {
        background:url("../../images/merchandising/kohls-logo.png");
        width: 158px;
        height: 23px;
        display: inline-block;
        margin-top: 8px;
        margin-right: 6px;
    }

#header {
    width: 100%;
    height: auto;
}

#header-container {
    margin: 0 auto;
    width: 606px;
}

#container {
    width: 100%;
    height: auto;
}

#register-header {
    margin: 10px 0 10px 0;
    font-family: 'Gotham 5r',Helvetica,Arial,sans-serif;
    color: #454545;
    font-size: 36px;
}

#form-container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#register-form table td {
    padding-left: 20px;
    vertical-align: top;
    padding-bottom: 5px;
}

.input-box {
    width: 300px;
    height: 30px;
    border-radius: 4px; 
    border: 1px solid #e2e2e2;
}

label.input-title {
    font-family: 'Gotham 4r',Helvetica,Arial,sans-serif;
    font-size: 11px;
    padding-top: 5px;
    color: #454545;
    display: block;
    margin-bottom: 5px;
}

.form-data {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#companyName {
    width: 207.5%;
}

#radio-header {
    margin-top: 5px;
    font-family: 'Gotham 4r',Helvetica,Arial,sans-serif;
    font-size: 12px;
}

input#choice1 {
    margin-top: 10px;
}

input#choice2 {
    margin-left: 22px;
}

.radio-text {
    font-family: 'Gotham 4r',Helvetica,Arial,sans-serif;
    font-size: 12px;
}

hr {
    height:1px;
    border:none; 
    color:#000; 
    background-color:#e2e2e2; 
    width:612px; 
    text-align:center;
    margin: 0 auto;
    position: relative;
    /* VPO- 3817 changes
    left: 9px;
    */
    left: 15px;
    width: 98%;
}

#choice1, #choice2 {
    position: relative;
    top: 2px;
}

#register_button {
    position: relative;
    left: 498px;
    top: 10px;
    background-color: #195073;
    border: none;
    width: 150px;
    height: 28px;
    font-family: 'Gotham 4r',Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 14px;
    margin:0;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.3;
}

#addId {
    position: relative;
    left: 534px;
    padding: 5px;
    margin-top: 5px;
    border: none;
    background: #fff;
    color: #195073;
    cursor: pointer;
}


.removeOpacity {
    opacity: 1 !important;
}
.hide {
    display: none !important;
}


.input-box.error, .error.office-placement-container .ms-choice {
 border: 1px solid red;
 background-image: url("../../images/ic-warning-g.png");
 background-repeat: no-repeat;
 background-position: right 2px center; 
}

label.error, .emailExistErrorMsg, #officePlacementError {
 display: block;
 color: red;
 font-family: 'Gotham medium',Helvetica,Arial,sans-serif; 
 font-size: 11px;
 margin-top:2px;
}

#officePlacementError {
	margin-top: 4px;
}

.officePlacement-containner {
	margin-bottom: 15px;
    width: 300px;
}

.Office-placement-container button.ms-choice {
    height: 36px;
    background-image: url("../../images/user/ic-downarrow.png");
    background-repeat: no-repeat;
    background-position: right 2px center; 
}

.Office-placement-container button.ms-choice span{
    padding-top: 5px;
    padding-left: 5px;
}

}
.Office-placement-container .ms-drop ul > li{
   height: 33px;
}

.emailMessage {
    color: red;
    font-family: 'Gotham medium',Helvetica,Arial,sans-serif;
    font-size: 11px;
}

#loginPageLink {
    display: block;
    font-family: 'Gotham medium',Helvetica,Arial,sans-serif;
    background-color: dbf1d6;
    font-size: 16px;
    padding: 10px;
    color: 26722a;
    width: 621px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #afd9a5;
    margin-top: 22px;
    border-radius: 4px;
}

#loginPageLink a {
    color: #1c4904;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}
.login-already-exit{
    color: #ff0000 !important;
}
.email-already{
    color: #038de0 !important;
    text-decoration: underline !important;
    font-size: 18px !important;
}
#regMsg{
    width: 40%;
    font-size: 14px;
    position: relative;
    top: -22px;
    color: #B7B7B7;
    left: 24%;
    font-family: 'Gotham 4r',Helvetica,Arial,sans-serif;
    text-align: justify;
}