* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.bgimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background: url(../images/login_bg1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.login {
    width: 500px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.title {
    width: 500px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
}

.main {
    width: 400px;
    background: rgba(0, 0, 0, 0.6);
    margin: 50px auto 0 auto;
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    border-radius: 4px;
}



/*.login {*/
/*    width: 450px;*/
/*    height: 420px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    top: 20%;*/

.main input {
    width: 300px;
    height: 40px;
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    margin: 20px auto;
    outline: none;
    padding: 2px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}

.main .submit-btn {
    width: 320px;
    height: 44px;
    background: #2962ff;
    cursor: pointer;
    border: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

.alert {
    background: none !important;
    border: none !important;
    text-align: center;
    margin: 0 auto !important;
    padding: 2px !important;
    height: 30px !important;
    font-size: 16px !important;
}























