     * {
            margin: 0;
            padding: 0;
        }
        html {
            height: 100%;
        }
        body {
            height: 100%;
        }
        .container {
            height: 100%;
            background-image: linear-gradient(to right, #fbc2ee, #a6c1ff);
        }
        .login-wrapper {
            background-color: #fff;
            width: 328px;
            height: 518px;
            border-radius: 15px;
            padding: 0 50px;
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .header {
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            line-height: 168px;
			
        }
        .input-item {
            display: block;
            width: 100%;
            margin-bottom: 20px;
            border: 0;
            padding: 10px;
            border-bottom: 1px solid rgb(128, 125, 125);
            font-size: 15px;
            outline: none;
        }
        .input-item:placeholder {
            text-transform: uppercase;
        }
        .startTest {
			display: block;
            text-align: center;
            padding: 10px;
            width: 100%;
            margin-top: 40px;
            background-image: linear-gradient(to right, #a6c1ff, #fbc2ea);
            color: #fff;
			border-width:1px;
			
        }
        .msg {
            margin-top: 18px;
            text-align: left;
            line-height: 24px;
        }
        .err-msg {
            color:red;
			font-weight:bold;
        }

        a {
            text-decoration-line: none;
            color: #a6c1ff;
        }
        a:hover {
            text-decoration-line: underline;
            color: #a6c1ff;
        }

        #progress {
            width: 300px;;
            border: 1px solid #4da8fe;
            border-radius: 40px;
            height: 20px;
            position: relative;
			margin-top:32px;
        }
 
        #progress .labels {
            position: relative;
            text-align: center;
 
        }
 
        #bar {
            position: absolute;
            left: 0;
            top: 0;
            background: #4D90FE;
            height: 20px;
            line-height:20px;
            border-radius: 40px;
            min-width: 20px;
        }


 
        .report-file {
            display: block;
            position: relative;
            width: 120px;
            height: 28px;
            overflow: hidden;
            border: 1px solid #428bca;
            background: none repeat scroll 0 0 #428bca;
            color: #fff;
            cursor: pointer;
            text-align: center;
            float: left;
            margin-right:5px;
        }
        .report-file span {
            cursor: pointer;
            display: block;
            line-height: 28px;
        }
        .file-prew {
            cursor: pointer;
            position: absolute;
            top: 0;
            left:0;
            width: 120px;
            height: 30px;
            font-size: 100px;
            opacity: 0;
            filter: alpha(opacity=0);
        }