/*
body {
    background: url("../img/1.jpg");
    animation-name: myfirst;
    animation-duration: 12s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
*/

/*
@keyframes myfirst {
    0% {
        background: url("../img/1.jpg");
    }

    34% {
        background: url("../img/2.jpg");
    }

    67% {
        background: url("../img/3.jpg");
    }

    100% {
        background: url("../img/1.jpg");
    }
}
*/

body {
    /*background-image: url(../../Imgs/Login/ant-rozetsky-264641-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;*/
}

.form {
    background: rgba(255,255,255,0.2);
    /*width: 400px;*/
    margin: 100px auto;
}
/*阴影*/
.fa {
    display: inline-block;
    top: 27px;
    left: 6px;
    position: relative;
    color: #ccc;
}

.has-feedback .form-control-feedback {
    top: 20px;
    right: 0;
}

input[type="text"], input[type="password"] {
    padding-left: 26px;
}

.checkbox {
    padding-left: 21px;
}
.form-group{
    width:99%;
}
.form-group col-md-offset-9{
    width:99%;
}