fieldset {
    text-align: center;
    text-align: -webkit-center;
}

.text-muted {
    font-size: 12px;
}

.text-danger {
    font-size: 13px;
}

.apply-form {
    width: 75%;
}

.apply-form td {
    padding: 5px 7px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    padding: 10px 7px;
    margin: 5px 0;
    height: auto;
}

.hide-error-msg {
    display: none;
}

.show-error-msg {
    display: block;
}

.err {
    background: #FFEDF5!important;
    border: #ffb0bd solid 1px !important;
}

#td-address {
    vertical-align: top;
}

#get-address {
    margin-top: 5px;
    padding: 10px;
}