/* @charset "utf-8";
@import url('css/bgt.css');
@import url('css/sad.css'); */

.success-li{
    border-bottom: 1px solid #00ba9b !important;
}
.error-li{
    border-bottom: 1px solid #e85445 !important;
}

html {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: radial-gradient(at center, #0075c3, #000b61)!important;
}

.container {
    width: 488px;
    height: 338px;
    padding: 70px;
    z-index: 130;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
}

.close {
    background-color: white;
    border: none;
    font-size: 18px;
    margin-left: 410px;
    margin-top: -10px;
}

.layui-input {
    height: 40px;
    font-size: 15px;
    padding-left: 35px;
}


#logoid {
    margin-top: -16px;
    padding-left: 150px;
    padding-bottom: 15px;
}

.layui-btn {
    width: 100%;
}

.verity {
    width: 270px;
    float: left;
}

.layui-form-item {
    position: relative;
}

.layui-icon {
    position: absolute;
    font-size: 20px;
    color: #757575;
    top: 7px;
    left: 7px;
}

.capts {
    float: left;
    width: 150px;
    height: 40px;
}

#captcha {
    width: 118px;
    height: 36px;
}