.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}

.more_l{
width:160px;
height:55px;
border:2px #0087cc solid;
text-align:center;
line-height:55px;
transition:all 0.6s;
color:#333;
}
.more_l a{display:block;color: #0087cc;}
.more_l:hover{
background:#0087cc;
border:2px #0087cc solid;
margin-left:10px;
}
.more_l:hover a{
color:#fff;
}