.info {
    position: relative;
    padding: 20px 0;
}
.info .tip-text {
    width: 757px;
    font-size: 14px;
    margin: 0 auto;
}

div.aps-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.aps-alert {
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid transparent;
    position: relative;
}

.info .form {
    width: 757px;
    box-shadow: 0 0 17px #ccc;
    padding: 20px 0;
    margin: 0 auto;
    margin-top: 20px;
}
.info .form .form-item .aps-form-item-label {
    margin-left: 80px;
}
label.aps-form-item-label {
    width: 20%;
    text-align: right;
    padding-right: 10px;
}
.required span{color: red}
div.aps-form-item-control, label.aps-form-item-label {
    display: inline-block;
    height: 100%;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: top;
    min-height: 36px;
    line-height: 36px;
}
.aps-input {
    height: 32px;
    width: 280px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #d7d8d9;
}
.aps-input:focus, .aps-input:hover {
    border: 1px solid #00c1de;
}
.aps-form .aps-form-item {
    display: block;
}
div.aps-form-item {
    position: relative;
    margin: 10px;
    vertical-align: top;
}
.text-area {height: 130px;}
.bg-danger{color: red;display: contents;}
.aps-btn {
    background: #00c1de;
    border-color: transparent;
    color: #fff;
}
.aps-btn{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 36px;
}
.aps-input-code{width: 140px;}
.alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

