

.box{
background:#FEFEFE;
min-height:620px;
width:400px;
border-radius:30px;
margin:90px auto 0px auto;
padding: 10px;
}

.title{
font-size:18px;
	font-weight: bold;
padding:25px 0px 5px 0px;
text-align:center;}

.time{
font-weight:500;
color: #757675;
font-size:15px;
text-align:center;}

.name{
font-size:28px;
color:#000000;
padding:15px 0px 7px 30px;}

.pass{
font-size:15px;
padding:0px 0px 10px 30px;
font-weight:500;
color:#757675;
}

.report{
color:#0C7B56;
font-size:17px;
font-weight:bold;
padding:0px 0px 10px 30px;
}

.test{
font-size:14px;
padding:0px 18px 0px 30px;
font-weight:500;
color:#757675 ;}


@media only screen and (max-width:768px) {
.box{
width:90% !important;
margin:70px auto 0px auto !important;}
}

@media only screen and (max-width:1024px) {
.box{
min-height:620px;
width:100%;
margin:80px auto 0px auto;}
}