.login-page {
    width: 360px;
    padding-top:calc((100vh - 339px)*0.35);
    margin: auto;
    position: relative;
}
.top-title{
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 25px 0px;
    color: #414141;
}
.logo-img{
    position: absolute;
    top: 2%;
    left: 5%;
}
.form {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #F9FBFC;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 30px 45px 45px;
    text-align: center;
    box-shadow:0 0 20px 0 rgba(40, 42, 72, 0.08), 0 5px 5px 0 rgba(1, 2, 19, 0.05);
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #fff;
    width: 100%;
    border:1px #fff solid;
    border-radius: 8px;
    margin: 0 0 25px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
}
.form input:hover{
    border:1px #fff solid !important;
}
.redClass{
    border:1px red solid !important;
}


.form .layui-btn {
    display:inline-block;
    font-family: "Microsoft YaHei", "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #408DF1;
    width: 100%;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    opacity: 0.8;
}

.form .layui-btn:hover, .form .layui-btn:active, .form .layui-btn:focus {
    background: #408DF1;
    opacity: 1;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form .message a {
    color: #408DF1;
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}
html{
    height: 100%;
    width: 100%;

}

body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-image: url("../../images/bg.png");
    background-size: 100% 100%;
    background-position: center;;
    background-repeat: no-repeat;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shake_effect {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

p.center {
    color: #fff;
    font-family: "Microsoft YaHei";
}
.div-title{
    width: 100%;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.div-title{
    font-size: 20px;
    line-height: 30px;
}