* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url("../../assets/img/body-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-family: 'Poppins', sans-serif;
}

.print-header {
    display: none;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* min-height: 550px; */
}

.art-img {
    max-width: 400px;
}

.pad-25 {
    padding: 25px 25px 0 25px;

}

.login-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    box-shadow: none;
    border-radius: 25px;
}

.login-btn:hover {
    background-color: #ffffff26;
    color: #ffffff;
}

.mian-head {
    color: #ffffff;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}

.head-txt {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-weight: 400;

}

.yellow-txt {
    color: #FFF500;
    font-size: 20px;
    font-weight: 500;
}

.combination-examples {
    border-radius: 25px;
    border: 1px solid #ffffff;
    padding: 5px 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {
    border-radius: 50px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    padding: 20px;


}


.search input:focus {
    box-shadow: none;
    border: none;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 50px;
    background: #002C48;
    border-radius: 50px;
}


.power-txt {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 10px;
}

.footer-txt {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
}

.bor-rad-20 {
    border-radius: 20px;
}

.art-head {
    color: #002C48;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}

.content-wrapper {
    /* margin-right: 80px; */
    max-width: 450px;
}

.error-txt p {
    font-size: 12px;
    padding-top: 8px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fcff55 !important;
}

.footer-print {
    display: block;
}

.footer-print p {
    color: #000000;
    text-align: center;
    display: none;
}

.print-logo {
    width: 200px;
    display: none;
    margin: 0 auto;
}

.footer-top-area {
    display: none;
}

.main-head-print {
    display: none;
}









@media only screen and (min-device-width: 350px) and (max-device-width: 767.98px) {
    .login-img {
        max-width: 200px;
    }

    .art-img-none {
        display: none !important;
    }

    .combination-examples {
        font-size: 12px;

    }

    .art-img {
        max-width: 250px;
    }

    .content-wrapper {
        margin: 0 auto;
        text-align: center;
    }
}


.sec2-head {
    font-size: 20px;
    font-weight: 600;
    color: #002C48;
}

.sec2-head2 {
    font-size: 13px;
    color: #000000;
    display: block;
    font-weight: 400;
}

.sec2-txt {
    font-size: 13px;
    color: #000000;
    display: block;
    font-weight: 600;
}

.sec2-sub-heads {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    margin: 0;
}

.btn-Verify {
    width: 115.489px;
    height: 41.425px;
    border-radius: 125.531px;
    background: #FFF500;
    color: #333;
    text-align: center;
    font-size: 12.759px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.077px;
    padding: 10px 0;
    border: none;
}

.nav-bar {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 10px;
}

.nav-bar li {
    float: left;
    list-style: none;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: 0.239px;
    padding: 0 15px;
}

.nav-bar li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.btn-Verify:hover {
    background: #ded600;
    border: none;
    color: #333;
}

.nav-bar li a.active {
    color: #FFF500;
}

.sec2-icon-bg {
    background-color: #002C48;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 6px;
}

.sec3-icon-bg {
    padding: 5px;
    background-color: #002C48;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 6px;
}

.sec2-lable {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

.sec2-data {
    font-size: 13px;
    font-weight: 600;
    color: #002c48;
    margin: 0;
}

.btn-print {
    background-color: #002C48;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 7px;
    border-radius: 50px;
    border: none;
}

.btn-print:hover {
    background-color: #014168;
    color: #ffffff;
}

@media print {
    @page {
        size: A4 portrait !important;
        margin: 10px !important;
    }

    .footer-position {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer-print {
        display: block;
        background: #002C48;
        padding: 15px 0;

    }

    .main-head-print {
        display: block;
    }

    .print-logo-area {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

    .footer-top-area {
        display: block;
        border-top: 1px solid #cccccc;
        padding-top: 15px;
    }

    .footer-top-area p {
        display: block;
        color: #002C48;
        font-size: 10px;
        margin: 0;
    }

    .footer-print p {
        color: #ffffff;
        text-align: center;
        display: block !important;
        font-size: 10px;
    }

    .print-logo {
        display: block;
    }

    .sec2-icon-bg {
        display: none;
    }

    .print-header {
        display: block;
        background-color: #333333;
    }

    .no_print {
        display: none;
    }

    .login-img {
        display: block;
        /* margin: 0 auto; */
    }

    header,
    .print-none,
    .btn-print {
        display: none;
    }

    .container {
        width: 100%;
        padding: 15px 15px;
        margin: 0;
        height: 100%;
    }

    body {
        background: transparent;
    }

    .card {
        width: 760px;
        border: none;
        box-shadow: none;
    }

    .col-md-4 {
        width: 31%;
        float: left;
        margin-right: 1.5%;
    }

    .col-md-12 {
        width: 100%;
        float: left;
        clear: both;
    }

    .sec2-head {
        float: left;
    }

    .print-reg-num {
        /*margin-top: -50px !important;*/
        display: block;
        /* width: 100%; */
    }

    .pad-25 {
        padding: 0;
    }
}