.btn.bt-send:hover,.bt-return:hover,.bt-return-top:hover {
    position: relative;
    top: 5px;
    box-shadow: 0 0 0;
    text-decoration: none;
}
.bt-return {
    font-size: 25px;
    font-weight: bold;
    color: #0c8400;
    background: #fff;
    border: 2px solid #0c8400;
    width: 326px;
    box-shadow: 0 5px 0 #0b5903;
    padding: 13px 0 8px;
    outline: none;
}
.bt-send {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #0c8400;
    border: none;
    width: 420px;
    box-shadow: 0 5px 0 #0b5903;
    padding: 15px 0 9px;
}
.multiple-bt {
    text-align: center;
}
.multiple-bt .btnwrap:first-child {
    margin: 0 20px 0 0;
}
.btnwrap {
    display: inline-block;
}

.logform {
    width: 785px;
    margin: 0 auto 60px;
}
.reissue {
    padding: 40px 0 5px;
}
.reissue p {
    font-size: 16px;
    color    : #000;
    text-align: center;
    margin: 0 0 30px 0;
}
.reissue p span {
    display: block;
}
.reissue p .bottom-contact {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.reissue p.title-txt {
    font-size: 36px;
    font-weight: bold;
    color: #0c8301;
    margin: 0 0 10px 0;
}
.reissue p.attention {
    font-size: 13px;
}
.reissue p.description {
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
}
.bt-return-top {
    outline: none;
    background: #ff751f;
    color: #fff;
    width: 500px;
    font-size: 27px;
    display: block;
    padding: 17px 0;
    box-shadow: 0 5px 0 #ae4c0f;
    font-weight: bold;
}
.essential {
    background: #ff741f;
    color: #fff;
    padding: 4px 7px 3px;
    float: right;
    font-size: 12px;
}
.logform table {
    border-collapse: collapse;
}
.logform th {
    background: #e7e7e7;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    vertical-align: top;
    text-align: left;
    padding: 15px 10px 7px 10px;
    width: 230px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    border: 1px solid #e7e7e7;
}
.logform td {
    padding: 13px 25px;
    border: 1px solid #e7e7e7;
}
.logform td p {
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
}
.logform table td input {
    width: 500px;
    height: 28px;
    padding: 2px 5px;
    border: 1px solid #cccccc;
}