.page-lookup {
    background: #f7f7f7;
    padding: 120px 0 0;
}

.align-text-center {
    text-align: center;
}

#lookup {
    min-height: calc(100vh - 338px);
}

#lookup #about_lookup * {
    color: #0e2f37;
    font-size: 16px;
    line-height: 1.75;
}

.page-lookup #lookup #about_lookup h1 {
    margin: 0 0 20px;
    color: #14377d;
    font-size: 30px;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

#lookup #about_lookup {
    max-width: 980px;
    margin: 0 auto;
}

#lookup #about_lookup h2 {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#lookup #about_lookup #lookup_example {
    color: #4ca6d6;
    text-decoration: underline !important;
}

#lookup #about_lookup #sample_code {
    display: none;
    background: #fff;
    margin: 30px 0 0;
    padding: 30px 0 20px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

#lookup #about_lookup #sample_code img {
    max-width: 100%;
    width: 100%;    
    display: block;
    margin: 0 auto;
}

#lookup #lookup_box {
    max-width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-sizing: border-box;
}

#logo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    top: 0;
    left: 0;
    z-index: -1;
}

#lookup #lookup_box h2 {
    max-width: 100%;
    margin: 60px 0 3%;
    color: #ffbd59;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
}

#input_wrap {
    max-width: 420px;
    width: auto;
    margin: 20px 0 8px;
    padding: 0;
}

#trigger_lookup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px;
    line-height: 1;
    border-radius: 6px;
}

#cert_id {
    height: 52px;
    width: 100%;
    outline: 0;
    margin: 0 0 8px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: #0e2f37;
    font-size: 18px;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    text-align: left;
    padding: 0 20px;
}

#response {
    margin: 0;
    padding: 10px;
    background: #FFF;
    opacity: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    max-width: 420px;
    margin: 0 0 60px;
}

#response .valid {
    color: #385723;
}

#response .neutral {
    color: #e28327;
}

#response .error {
    color: red;
}

#valid_seal {
    height: 30px;
}

#response span>* {
    vertical-align: middle;
}

#response a {
    text-decoration: underline !important;
}

/*COPPIED FROM HOME.css*/
.btn {
    height: 40px;
    padding: 0 20px;
    background: #4ca6d6;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.btn:hover {
    background: #5eb6e6
}

@media screen and (min-width: 768px) {
    .page-lookup {
        padding: 180px 0 0;
    }

    #logo {
        object-position: center center;
    }

    #lookup #about_lookup * {
        font-size: 23px;
    }

    .page-lookup #lookup #about_lookup h1 {
        margin: 0 0 48px;
        font-size: 35px;
    }

    #lookup #about_lookup h2 {
        margin: 30px 0;
        font-size: 24px;
    }

    #lookup #about_lookup #sample_code img {
        max-width: 500px;
    }

    #lookup #lookup_box {
        max-width: 1100px;
        margin: 20px auto 150px;
        padding-left: 135px;
        padding-right: 0;
    }

    #lookup #lookup_box h2 {
        max-width: 420px;
        margin: 95px 0 55px;
        font-size: 35px;
    }

    #lookup #about_lookup #sample_code {
        margin: 30px -60px 0;
        padding: 30px 0 20px;
    }

    #trigger_lookup {
        font-size: 23px;
        padding: 0 0 5px;
    }

    #cert_id {
        font-size: 23px;
    }

}