/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 100px;
}

.logo{
    height: 80px;
    margin-top: -10px;
    margin-left: 20px;
}

.login {
    background-color: #fff;
}

.content {
    width: 100%;
    margin-top: 2%;
    /*background-color: #1d50a2;*/
    background-color: #064e8e;
}



.nav>li>a:hover {
    /*width: 160px;*/
    /*height: 50px;*/
    /*background: rgba(76,147,254,1);*/
    /*border-radius: 25px;*/
}

.call-back {
    margin-top: 2%;
    width: 13%;
}
.call-back li{
    width: 160px;
    height: 50px;
    background: rgba(76,147,254,1);
    border-radius: 25px;
}
.call-back li a{
    color: white;
    text-align: center;
}

.bgpicture{
    width: 90%;
    height: 100%;
    float: left;
    padding-left: 10rem;
    padding-top: 1rem;
}

.right{
    width: 570px;
    height: 500px;
    float: left;
    max-width: 400px;
    vertical-align: middle;
    background-color: white;
    margin: 0 auto;
    margin-top: 52px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 40px;
}





.login .content h3 {
    color: #444444;
}

.login .content h4 {
    color: black;
}

.login .content p,
.login .content label {
    color: #444444;
    font-family:Microsoft YaHei
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}




.login .content .forget-form {
    display: none;
}

.login .content .register-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 6px;
    font-size: 36px;
    color: #0159b2;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    /* padding: 0px 30px 5px 30px; */
    /* margin-left: -30px; */
    /* margin-right: -30px; */

}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    margin-top: 0px;
    display: inline-block;

}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 5px;
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i {
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px -1px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .has-error .select2-container i {
    color: #b94a48;
}

.login .content .select2-container a span {
    font-size: 13px;
}

.login .content .select2-container a span img {
    margin-left: 4px;
}

/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    padding-top:50px;
    color: #eee;
    font-size: 13px;
}


.login a {
    color: #e5e5e5;
}

@media (max-width: 480px) {
    .login .logo {
        margin-top: 10px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }
    .login .left {
        width:0px;
        display: none;
    }
    .login .right {
        width:100%;
    }
}

@media (max-width: 640px) {
    .login .content {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
    }
    .login .left {
        width:0px;
        display: none;
    }
    .login .right {
        width:100%;
    }
}
@media (min-width: 1600px) {
    .login .title {
        margin-top: 80px;
    }
}



/*更改和主页一样的样式*/
.my-top {
    height: 80px;
}
.btn-1 {
    font-weight: 100;
    color:#20b2aa;
}
.btn-1 svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-1 rect {
    fill: none;
    stroke: #20b2aa;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px;
}
.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/*
 * 新增
*/
.navbar-nav>li>a  {
    /*background-color: #40c2fe;*/
    background: #064e8e;
    letter-spacing: 3px;
    font-size: 16px;
    border-radius: 30px 30px 30px 30px;
    color: white;
}


.input-icon > .form-control {
    padding-left: 48px;
}

.login-button {
    background: #064e8e;
    width: 260px;
    height: 48px;
    border-width: 0px;
    /*background: #40c2fe;*/
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
    font-size: 19px;
    margin-top: 5px;
    /* padding-left: 4px; */
    letter-spacing: 12px;
    border-radius: 9px;
    margin-left: 40px;
}
.login-button:hover {
    background: #5599FF;
}

.footer{
    margin-top: 20px;
    background: white;
    text-align: center;
    width: 100%;
    position: absolute
}

.footer p{
    font-size: 18px;
    color: #6c6c6c;
    line-height: 24px;
}

.input-icon{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    height: 48px;
    width: 100%;
    border: #a0a0a0 1px solid;
}
.login .content .form-control{
    border:none;
    background: #fff;
    height: 34px;
    border-left: #a0a0a0 1px solid ;
    margin: 6px 0;
    padding-left: 5px;
    width: calc(100% - 40px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-icon img{
    width: 24px;
    height: 24px;
    margin: 12px ;
}

.login-loading{
    position: absolute;
    right:10px;
    top: 14px;
    letter-spacing: 0px;
    height: 20px;
}
.login-loading span{
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: lightgreen;
    -webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load{
    0%,100%{
        height: 20px;
        background: lightgreen;
    }
    50%{
        height: 40px;
        margin: -10px 0;
        background: lightblue;
    }
}
.login-loading span:nth-child(2){
    -webkit-animation-delay:0.2s;
}
.login-loading span:nth-child(3){
    -webkit-animation-delay:0.4s;
}
.login-loading span:nth-child(4){
    -webkit-animation-delay:0.6s;
}
.login-loading span:nth-child(5){
    -webkit-animation-delay:0.8s;
}
	
	

