.top-bar{
    background-color: #052d72;
    color: white;
    font-weight:700;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size:16px;
}
.bg-blue-600 {
    background-color: #052d72 !important;
}
.mobile-display{
        display:none;
    }
.desktop-display{
        display:block;
    }
@media(max-width:700px){
    .main-logo{
            width: 100px !important;
    }
    .header-main{
        margin-top:10%;
    }
    .desktop-display{
        display:none;
    }
    .mobile-display{
        display:block;
    }
}
.h-captcha{
        display: flex;
    justify-content: flex-end;
}


.to-blue-700 {
    --tw-gradient-to: #060607 var(--tw-gradient-to-position);
}

.from-blue-600 {
    --tw-gradient-from: #052d72 var(--tw-gradient-from-position);
    --tw-gradient-to: #052d72 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}