.control-label {
    float: left;
    text-align: right;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    font-weight: bold;
}

.val-error {
    color: #ff0000;
    position: absolute;
    right: 30px;
    top: 10px;
}

.col-sm-9 {
    float: left;
}

.form-group {
    width: 100%;
    height: 45px;
}

.right {
    margin-top: 10px;
}

.form-nav {
    width: 97.5%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #054fac;
    margin: 10px auto;
    color: #ffffff;
}

.form-btn {
    width: 100%;
    text-align: center;
}

.form-btn button {
    background: #054fac;
}

.form-btn button:first-child {
    margin-right: 20px;
}
.error-msg{
    margin-left: 5px;
    line-height: 24px;
    color: #ff0000;
}
.trs_word{
    font-size: 16px;
    line-height: 40px;
    padding-left: 40px;
    margin-top: 10px;
}
.ea-slsmnr h2 {
    font-size: 30px;
    text-align: center;
}
.read-btn {
    background-color: #B2B2B2;
    border: none;
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 15px auto;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    outline: none;
}
.form-item label {
    margin-top: 6px;
    margin-right: 10px;
    font-size: 16px;
}