*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('../../../../images/zax/cert/m-query-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 1%;
    
}
.contain{
    display: flex;
    flex-direction: column;
    align-items: center;
}
nav{
    height: 42px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.logo{
    display: flex;
    justify-content: center;
    margin: 20% 0 10%;
}
.logo img{
    width: 80%;
    
}
.form{
    background-color: rgba(255,255,255,0.8);
    
    width: 90%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 0 3% 3%;
    box-sizing: border-box;
}
.form .item{
    display: flex;
    margin: 6px 0;
    justify-content: space-between;

}
.form h2{
    text-align: center;
    margin: 20px;
    color: #050505;
    font-size: 25px;
}
.form span{
    display: flex;
    white-space: nowrap;
    width: 26%;
    color: #020202;
    font-size: 14px;
    align-items: center;
}
.form input{
    width: 48%;
    height: 35px;
    border: none;
    border-radius: 5px;
    text-indent: 1em;
    flex: 1;
}
.item .code{
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
    padding: 0 4px;
    width: 26%;
}
.btn{
	margin-top:10px;
    height: 35px;
    border: none;

background-color: #3B72B2;
border-radius: 5px;
color: rgba(255,255,255,0.8);


}