﻿.input.has-error input,
.input.has-error select,
.has-error-border input,
.has-error-border select {
    /* icon_warning.png*/
    border-color: #f62459 !important;
}

.input.has-error .help-block,
.help-block.has-error {
    /* icon_warning.png*/
    margin-top: 8px;
    display: inline-block;
    padding-left: 45px;
    padding-bottom: 4px;
    padding-top: 8px;
    background-image: url("../../Images/ExclamationTrianglered.svg");
    background-size: 28px 23px;
    background-repeat: no-repeat;
    background-position-y: 5px;
}
.help-block.has-error{

}
#body .center-form section#tab_2 input[name=userphonenumber] 
{
    width: calc(100% - (22px + 52px));
    display: inline-block;
}
#body .center-form section#tab_2 label[name=userphonenumber] 
{
    display: inline-block;
    padding-right: 15px;
}
#body .center-form section#tab_conf_0 div.number{
    display: inline-block;
    text-align: right;
    min-width: 30px;
}
#body .center-form section#tab_conf_0 div.text{
    display: inline-block;
    width: 15px;
    min-height: 1px;
}
 
#body .center-form section#tab_conf_1 div.number{
    display: inline-block;
    text-align: right;
    min-width: 30px;
}
#body .center-form section#tab_conf_1 div.text{
    display: inline-block;
    width: 15px;
    min-height: 1px;
}
#body .center-form section input[type=submit].right{
    float: right;
}
#body .center-form section#tab_conf_2 output{
    width: 100%;
    min-height: 16px;
    padding-bottom: 10px;
    display: block;
}
#body .center-form section#tab_conf_1 label{
    display: inline-block;
}
#body .center-form section#tab_conf_1 .confirmcode label{
    width: 30%;
}
#body .center-form section#tab_conf_1 .confirmcode input{
    width: 30%;
    float: right;
    margin-right: 32%;
}
/*Login*/
#body .tab_content {
    display: table;
    width: calc(100% - 90px);
}
