form p.error,
div.error {
    font-size: 12px;
    color: red;
}

input.error,
select.error {
    border: red solid 1px !important;
}

span.error {
    font-size: 12px;
    color: red;
    margin-top: 3px !important;
}

.hide {
    display: none
}

.statusmsg {
    background: #D5D5D5;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    border: 1px solid #C5C5C5;
    padding: 8px 15px;
    text-align: center;
    line-height: 18px;
    margin: 0 0 22px;
}

.statusmsg.success {
    background: #22AB0C;
    color: #fff;
}

.ipthasicon .icon {
    top: 27px;
}

span.success.otp_resend {
    display: block;
    font-size: 12px;
    color: #09a714;
}

span.underline {
    text-decoration: underline;
}

.listnum {
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 0;
    position: relative;
}

.listnum label.lb-num {
    display: block;
    margin: 0;
    padding-left: 27px;
    position: static;
}

.notemsg {
    color: #ff0000;
}

.red {
    font-size: 12px;
    color: red;
}

#formstep5-2 .autochange,
.row label span.autochange {
    display: none;
}

#formstep5-2 .autochange.active,
.formfieldrowcontent label span.autochange.active {
    display: inline-block;
    padding: 0;
}

.error {
    margin-top: 0px !important;
}

#housingarrangement3label:before,
#housingarrangement6label:before,
#housingarrangement5label:before {
    top: 23px;
}

#housingarrangement3label:after,
#housingarrangement6label:after,
#housingarrangement5label:after {
    top: 26px;
}

form div.dateexceed {
    font-size: 12px;
    color: red;
}

form div.dateerror {
    font-size: 12px;
    color: red;
}

.listeditbutton a.active {
    background: #000 !important;
}

ul.dropdown-menu.inner.show {
    max-height: 300px;
}

@media screen and (max-width: 1024px)
{
    -webkit-border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    -o-border-radius: 0 100px 0 0;
    -ms-border-radius: 0 100px 0 0;
    border-radius: 0 100px 0 0;
    width: 100% !important;
}