ol, ul {
    list-style: none;
}

button {
    outline: none;
}

.btn:active, .btn:focus {
    outline: 0 !important;
}

.flex-prev i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}

.flex-next i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}


/*swiper*/
.swiper-button-next {
    background-image: none;
    font-size: 28px;
    opacity: .6;
    color: rgba(0, 0, 0, .65)
}

.swiper-button-prev {
    background-image: none;
    font-size: 28px;
    opacity: .6;
    color: rgba(0, 0, 0, .65)
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

/*login内容开始*/
input{
    -webkit-appearance: none;
}

body {
    background: url(../img/login-bg-heart.jpg) center top no-repeat;
}

.login-box {
    width: 380px;
    position: relative;
    margin: 90px auto;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 3px;
    border-color: #e2e2e2;
    border-style: solid;
}

.login-form {
    margin: 0 auto;
    width: 300px;
    padding: 0;
}

.login-form .login-title {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #4e4e4e;
}

.vcode-icon{
    font-weight: 700;
    font-size: 15px;
}

.login-form .form-control-feedback {
    color: #666;
    left: 0;
    right: auto;
}

.login-form .has-feedback .form-control {
    padding-left: 35px;
    padding-right: 10px;
    height: 40px;
}
.login-form .form-control-feedback{
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.vcode {
    font-size: 0;
}

.vcode-content {
    width: 60%;
    display: inline-block;
}

.vcode-input {
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vcode-img {
    width: 40%;
    height: 40px;
    position: absolute;
}
.position-a{
    right: 120px;
}