
@font-face {
    font-family: 'BiancoSerif-bold';
    src: url('../fonts/BiancoSerifTrial-Bold.woff2');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'BiancoSerif-regular';
    src: url('../fonts/BiancoSerifTrial-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}


html, body {
    margin: 0px;
    background: #f1f2ea;
    font-family: 'BiancoSerif-regular';
    color: #616161;
}

*{
    box-sizing: border-box;
}
a{
    text-decoration: none !important; 
    color: #333;
}


.oz-header{
    background: #000000;
    width: 100%;
    padding: 7px 75px
}
p.successmsg{
    text-align: center;font-size: 30px;margin-top: 100px
}
.chk-icon{
    font-size: 80px;color: #bda06d;
}
p.hash{
    text-align: center;margin-top: 100px
}
div.not-container{
    width: 60%; margin: auto;background:#fff;border: 1px solid #bda06d;padding: 10px;
    display: table;
}
div.not-container p{
    margin: 0px;
}

#btn-verify,
#btn-file-helper{
    background: #bda06d!important;
    border: none;
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

#btn-verify{
    float: none;
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 20px;
}

#btn-verify:hover,
#btn-file-helper:hover{
    background: #c9b895;
}

.oz-link{
    color: #bda06d;
    font-weight: bold;
}