﻿body {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.form-signin { max-width: 330px; padding: 15px; margin: 0 auto; }
.form-signin .checkbox { margin: 10px; font-weight: normal; text-align: left; }
.form-signin .form-control { position: relative; height: auto; padding: 10px; font-size: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-signin .form-control:focus { z-index: 2; }
.form-signin input[type="password"] { border-radius: 0; }
.form-signin .name { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.form-signin .captcha { position: relative; }
.form-signin .captcha input { border-top-right-radius: 0; border-top-left-radius: 0; }
.form-signin .captcha img { position: absolute; right: 10px; top: 5px; z-index: 999; cursor: pointer; height:34px; }
.form-horizontal .form-group { margin: 0; }

footer { margin-top: 30px; }


.container2 {
    overflow: hidden;
    -webkit-animation: bounceIn 600ms 10s linear;
    -moz-animation: bounceIn 600ms 10s linear;
    -o-animation: bounceIn 600ms 10s linear;
    animation: bounceIn 600ms 10s linear;
    background: #fff;
    width: 380px;
    padding: 33px 0;
    box-shadow: 0 0 13px 4px #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    transform: translateY(-50%);
    border-radius: 6px;
}
.form-control:focus {
    border-color: #d22147;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px #d22147, 0 0 8px #d22147;
    box-shadow: inset 0 0 1px #d22147, 0 0 8px #d22147;
}
.btn-primary, .btn-primary:hover {
    background-color: #d22147;
    border-color: #d22147;
}
.form-horizontal .form-group {
    margin-bottom: 15px !important;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

.form-signin .form-control {
    box-sizing: border-box;
    font-family: '黑体';
    font-size: 16px;
    border-radius:0;
}

/*登录框动画*/
@-webkit-keyframes bounceIn {
    0% { opacity: 0; -webkit-transform: scale(.3); }
    50% { opacity: 1; -webkit-transform: scale(1.05); }
    70% { -webkit-transform: scale(.9); }
    100% { -webkit-transform: scale(1); }
}

@-moz-keyframes bounceIn {
    0% { opacity: 0; -moz-transform: scale(.3); }
    50% { opacity: 1; -moz-transform: scale(1.05); }
    70% { -moz-transform: scale(.9); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes bounceIn {
    0% { opacity: 0; -o-transform: scale(.3); }
    50% { opacity: 1; -o-transform: scale(1.05); }
    70% { -o-transform: scale(.9); }
    100% { -o-transform: scale(1); }
}

@keyframes bounceIn {
    0% { opacity: 0; transform: scale(.3); }
    50% { opacity: 1; transform: scale(1.05); }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
}
