/**!
 * [人脸识别]
 * date:2018-05-25
 * author: [xhz];
 */

html {
    border-radius: 10px;
}

h1 {
    height: 60px;
    line-height: 60px;
    background: #37abf4;
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
}

.main {
    height: 225px;
    padding-top: 1px;
    position: relative;
    background: url(../images/layer-bg.png) no-repeat 46px 123px;
}

.inputList {
    padding-left: 20px;
    margin-top: 30px;
}

.inputList input {
    width: 37px;
    height: 41px;
    margin-right: 4px;
    border: 1px solid #c3c3c3;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #1d4f9b;
    float: left;
    ime-mode: disabled;
}

.inputList input:focus {
    border-color: #70cefc;
    box-shadow: 0 0 3px #70cefc;
}

.inputList input:nth-child(6),
.inputList input:nth-child(14) {
    margin-right: 30px;
}

.main .error {
    display: none;
    padding-left: 20px;
    margin-top: 20px;
    color: #ff0101;
    font-size: 16px;
}

.title {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    text-align: center;
}

.main button {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
    outline: none;
    border-radius: 4px;
    background: #4abafb;
    background: -webkit-linear-gradient(left, #44acfc, #50c9fa);
    background: -o-linear-gradient(right, #44acfc, #50c9fa);
    background: -moz-linear-gradient(right, #44acfc, #50c9fa);
    background: linear-gradient(to right, #44acfc, #50c9fa);
}

.main button.again {
    background: #ff7f1d;
    background: -webkit-linear-gradient(left, #f79622, #f5af42);
    background: -o-linear-gradient(right, #f79622, #f5af42);
    background: -moz-linear-gradient(right, #f79622, #f5af42);
    background: linear-gradient(to right, #f79622, #f5af42);
}