.reg-lable {
    margin: 0 0 3px 0;
    font-weight: bold;
    display: block;
}
.reg-input {
    width: 100%;
    border-radius: 3px;
    padding: 9px 5px 8px 5px;
    border: 1px solid #c7c7c7;
    outline-style: none;
}
.reg-select {
    width: 100%;
    border-radius: 3px;
    height: 39px;
    border: 1px solid #c7c7c7;
    outline-style: none;
    opacity: 0;
}
.register-line {
    display: none;
}
.register-line-first {
    width: 700px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 80px;
}
.message_body,
.first-form {
    padding-left: 40px;
}
.reg-form {
    float: left;
    padding-bottom: 50px;
}
.reg-form h2 {
    font-size: 30px;
    margin-top: 25px;
    padding: 20px 0 25px 0;
}
.reg-form h3 {
    padding: 20px 10px 20px 0;
    font-size: 19px
}
.formItem {
    margin-bottom: 5px;
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.textItem {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.formItem span {
    width: 100%;
    height: 39px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    font-size: 14px;
    border: 1px solid #C7C7C7;
    overflow: hidden;
    padding: 6px;
    color: #676767;
    background: url("../images/selectBgItem.png") no-repeat right 10px top 13px;
    cursor: pointer;
}
.formItem i {
    color: #ff0000;
}
.formFile {
    float: left;
    width: 310px;
    min-height: 60px;
    padding: 0 6px 10px 3px;
    overflow: hidden;
    position: relative;
}
.now {
    height: 550px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin: 25px 0 25px 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
    float: right;
    width: 280px;
}
.now h2 {
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    display: block;
    line-height: 1.3;
    width: 279px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    left: -7px;
    top: 8px;
    border-radius: 4px;
}
.now h2::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    width: 10px;
    height: 10px;
    bottom: -3px;
    border: none;
    border-radius: 10px;
}
.file-btn {
    float: right;
    margin: 10px 40px 0 0;
}
.type-activity {
    overflow: hidden;
}
.btn-activity {
    width: 190px;
    height: 150px;
    float: left;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    margin: 5px 30px 30px 30px;
    position: relative;
}
.btn-activity button:hover {
    cursor: pointer;
}
.btn-activity:hover {
    border: 1px solid #81a9c0;
}
.btn-activity p {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 190px;
    font-size: 15px;
    font-weight: 600;
}
.btn-activity span {
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 45px;
}
#cargo,
#trans,
#expedition {
    width: 200px;
    height: 170px;
    opacity: 0;
}
.active {
    border: 1px solid #81a9c0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.load-files {
    height: 23px;
    overflow: hidden;
    margin-top: 3px;
}
.load-files > .form_field {
    border: none;
    width: 235px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0 0;
}
.step_5 > .formItem:nth-child(2) {
    height: 55px;
}
.reg-btn {
    float:right;
    margin-right: 129px;
    width:200px;
    display: none;
}
.top-btn-block {
    overflow: hidden;
    width: 760px;
    margin: 0 auto;
}
.uploader {
    width: 100%;
    padding: 0;
}
#upload_file_storage {
    height: 33px;
    width: 196px;
}