﻿body {
}

h3 {
    font-size: 20px;
    float: left;
}

@keyframes bg {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bg0 {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bg1 {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bg2 {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
/*.bg-icon {
    animation-name: bg;*/
/* 持续时间 */
/*animation-duration: 1s;
}*/
.bg-icon {
    animation-name: bg;
    /* 持续时间 */
    animation-duration: 1s;
}

.bgicon0 {
    animation-name: bg0;
    /* 持续时间 */
    animation-duration: 1s;
}

.bgicon1 {
    animation-name: bg1;
    /* 持续时间 */
    animation-duration: 1s;
}

.bgicon2 {
    animation-name: bg2;
    /* 持续时间 */
    animation-duration: 1s;
}

.logo-image {
    max-height: 52px;
    max-width: 224px;
}

.dropdown-item:hover {
    color: white;
    background-color: #004EA1;
}

.pull-right {
    font-size: 14px;
}

.col-md-12 {
    padding-right: 0px;
}

.forget {
    width: 49%;
}

#sendVerificationCode {
    float: left;
}

#forgetReset {
    float: right;
    margin-top: 0px;
}

.abutton {
    float: right;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px;
}
