
        a:hover{
            text-decoration:none;
            color: #fff;
        }

        body{
            display: flex;
            justify-content: center;
            background: #d4d4d4;
            width: 100%;
            position: absolute;
            height: 100%;
        }
        .container-login{
            margin-top: 7%;
            width: 90.5%;
            background: #f5f5f5;
            height: 580px;
            position: relative;
            margin-bottom: 25px;
            border-radius: 10px;
            box-shadow:0px 11px 0px -5px #efefef, 0px 21px 0px -9px #e1e1e1;
            
        }
        .login_head{
            text-align: center;
            margin-bottom: -4px;
        }
        .login_head img{
            padding-top: 15%;
            padding-bottom: 18%;
            width: 92%;
        }
        .login-bottom{
            text-align: center;
            /* margin-top: 11%; */
        }
        .login-bottom img{
            width: 43%;
            margin-top: 5%;
        }
        .login-input{
            text-align: center;
            position: relative;
            margin-bottom: 30px;
            margin-top: 0px;
            padding-top: 4px;

        }
        .login-input img{
            position: relative;
            left: 30px;
        }
        .login-input input{
            padding: 3% 3% 3% 12%;
            margin-bottom: 3%;
            margin-right: 21px;
            width: 82%;
            border: 1px solid #a8a8a8;
            background: #eeeeee;
            box-shadow: 0px 1.2px 1.5px #aaaaaa inset;
        }
        .login-input input::-webkit-input-placeholder{
            color: #414141;
            font-size: 14px;
        }
        .password-input{
            margin-bottom: -4%;
        }
        .login-btn{
            display: flex;
            justify-content: center;
        }
        .login-btn img{
            /*margin-top: 12%;*/
            width: 88%;
        }
        .register-text{
            float: left;
            padding-left: 9%
        }
        .forget-text{
            float: right;
            padding-right: 9%
        }
        .apply-text{
            color: #3f597f;
            font-size: 12px;
        }