*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}

body,html{
    height:100%;
    overflow:hidden;
}
body{
    background: url(../img/login/bg.jpg) no-repeat center;
    background-size: cover;
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.login{
    margin: 150px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: rgba(240, 255, 255, 0.2);
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}

#darkbannerwrap {
    background: url(../img/login/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input {
    background-color: rgba(255, 255, 255, 0.2);
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],
button{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.btn-bubble {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
}

.btn-bubble:hover, .btn-bubble:focus {
    -webkit-animation: bubbles 1s forwards ease-out;
    animation: bubbles 1s forwards ease-out;
    background: radial-gradient(circle at center,
    rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
    rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em,
    radial-gradient(circle at center,
            rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%,
            rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
}

@-webkit-keyframes bubbles {
    100% {
        background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
        box-shadow: inset 0 -6.5em 0 #0072c4;
    }
}

@keyframes bubbles {
    100% {
        background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
        box-shadow: inset 0 -6.5em 0 #0072c4;
    }
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 1em 2em;
}

