
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{ font-family: 'Open Sans', sans-serif; height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden;
    position: static; }

.btn-blue{background: #2F80ED; padding: 24px  32px; width: 243px; color: #FFF; font-size: 24px; font-weight: 500; border: 0;}

.btn-blue:hover{background: #5094f0;}

.wrapper .text h3{ font-size: 32px; font-weight: 600; line-height: 44px; letter-spacing: 0em;  margin: 40px 0px;}

.wrapper.col-6{ width: 60%;}

.wrapper .text p{  font-size: 20px; font-weight: 400; line-height: 27px; color: #87898A; margin-bottom: 80px; margin-top: 0px;}

.loading-state { width: 100%; height: 100%; z-index: 9999; display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }

.loading { width: 72px; height: 72px; border-radius: 50%; border: 10px solid #EEEFF0; border-top-color: #87898A; animation: loading 1s linear infinite; }

.wrapper .image{display: flex; justify-content: center;}

.logo{margin-bottom: 40px;}

.logo .yatri-logo{ width: 100px; height: 40px; margin-right: 15px; }

.logo .yatri-vip{ width: 50px; height: 20px; }

.logo{ position: absolute; top: 1.5rem;}

@keyframes loading { to { transform: rotate(360deg); } }

@media (max-width: 767px) {

    .wrapper .text h3{ font-size: 24px; margin: 12px 0px;}

    .wrapper .text p{  font-size: 14px; margin-bottom: 0px;}

    .loading { width: 40px; height: 40px; }

    .image .failure img,.image .success img{ width: 72px;}

    .wrapper.col-6{ width: 100%; padding: 1rem;}

    .button{ position: absolute; bottom: 1rem; left: 50%; transform: translate(-50%);}

    .btn-blue{ width: 328px;  border-radius: 8px; padding: 13px 16px; font-size: 16px;}

    .logo .yatri-logo{ width: 63px; height: 24px; margin-right: 15px; }

    .logo .yatri-vip{ width: 38.419px; height: 15.575px; }

}
.banner_success{
    width: fit-content;
}
@media (min-width: 767px)  {
    .banner_success{
        width: fit-content;
    }
}
