#center-column .signInNew {
float: left;
height: 210px;
margin-right: 20px;
width: 48%;
}



#center-column .signInExist {
float: left;
height: 210px;
width: 48%;
}

#center-column input[type="password"],
#center-column input[type="text"] {
display: inline-block;
width: 85%;
height: 38px;
padding: 6px 7px 6px 11px;
font-size: 14px;
line-height: 20px;
color: #333;
}


#center-column select {
display: inline-block;
width: 85%;
height: 38px;
padding: 6px 7px 6px 11px;
font-size: 14px;
line-height: 20px;
color: #333;
}


#center-column .label {
display: table-cell;
padding: 0px;
padding-top: 10px;
font-size: 90%;
font-weight: 700;
line-height: 1;
color: #000;
text-align: left;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}

.signInBox h3{
color: #737373;
}