﻿.file-list{
    display:flex;
}

#add_con{
    display:inline-block;
}

.have_chk{
    display:block;
}

.h_home,.h_home_btn{
    display:none;
}

.set_home{
    background-color:red;
}

.p2p-loan-box{
    
}

.p2p-loan-box .input-icon #nt {
  font-family: "Times New Roman", "arial", serif;
  font-size: 30px;
  color: #181f3c;
  position: absolute;
  
  left: 15px;
}

.p2p-loan-box .title{
    text-align:initial;
}

.p2p-loan-box .form-text {
    margin:initial;
}

/**/
label[id$="err_msgbox"] {
position: absolute;
    bottom: -41px;
    left: 1em;
    z-index: 10;
    max-width: 100%;
    background-color: #df5a16;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;

}



label[id$="err_msgbox"]:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #df5a16 transparent;
}