body {
    background-color: #fff;
    font-weight: 300;
    color: #4a4a4a;
    }
 
#headerBar {
    background: #282e33;
    box-shadow: none;
}

h1.verify-header {
    margin: 0 auto;
    font-size: 3vw !important;
    text-align: center;
    }
    
h2.verify-subheader {
    font-size: 2vw !important;
    text-align: center;
    font-weight: 400;
    }
    
.admin-steps {
    margin: 0 5%;
}
    
.admin-steps .admin-step-number {
    background: none;
    border: 2px solid #4a4a4a;
    color: #4a4a4a;
}
    
.admin-steps img {
    background: none;
    width: 172px;
    height: 150px;
    }
    
.admin-steps a {
    color: #4a4a4a;
    text-decoration: underline;
}
    
@media screen and (min-width: 1200px) {
    h1.verify-header {
        font-size: 36px !important;
        } 
    h2.verify-subheader {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 468px) {
     h1.verify-header {
        font-size: 5vw !important;
        } 
    h2.verify-subheader {
        font-size: 4vw !important;
    }
}