/* =========================
GLOBAL
========================= */
* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    background: #fafcf7;
    font-family: Arial, sans-serif;
}

/* =========================
MAIN WRAPPER
========================= */
.wrapper {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 0 15px;
    text-align: center;
}

/* =========================
LOGO
========================= */
.logo {
    width: 90%;
    max-width: 410px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 40px;
}

/* =========================
FIRST TIME SECTION
========================= */
.first-time-wrapper {
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.first-time-text {
    font-size: 19px;
    font-weight: 500;
    color: #b7a690;
    margin: 0px;
}

.start-btn {
    font-family: arial;
    width: 100%;
    background: #188cff;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 27px;
    font-weight: 700;
    padding-top: 3px !important;
    cursor: pointer;
}

/* =========================
LOGIN TEXT
========================= */
.logincopy {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #b7a690;
    text-align: center;
    margin: 0px;
    margin-bottom: 5px;
}

/* =========================
FORM
========================= */
.loginform {
    width: 100%;
    max-width: 570px;
    margin: 15px auto;
    padding: 0 15px;
}

.loginwrapper {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* =========================
INPUT
========================= */
.input {
    color: #555;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #888888;
    outline: none;
    transition: all 0.3s ease;
    margin: 0px auto;
    font-family: arial;

}

.input:focus {
    border-color: rgba(13, 110, 253, 0.6);
    box-shadow: 0 0 5px 3px rgba(13, 109, 253, 0.269);
}

/* =========================
CAPTCHA
========================= */
.captcha-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px auto;
}

.captcha-img {
    height: 40px;
    width: 86%;
    border: 2px solid #888;
    border-radius: 4px;
    padding: 2px;
}

.refresh-circle {
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.refresh-icon {
    width: 100%;
    height: 100%;
}

/* =========================
SUBMIT BUTTON
========================= */
.submit-btn {
    width: 120px;
    height: 45px;
    background: #FEB161;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin: 0px auto;
}

/* =========================
WARNING BANNER
========================= */
/* Container styling */
.get-scammed-banner {
    /* Container styling */
    width: 100%;
    max-width: 250px;
    /* Adjust based on your image height */
    margin: 0px auto;
    cursor: pointer;
    font-family: 'Arial Black', Gadget, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px;

    background-image: url("images/box.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}


.inner-content {
    padding: 10px 0px;
    text-align: left;
    color: #000;
}

.caption {
    font-family: arial;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.scammed-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scammed-banner-text-content {
    font-family: arial;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.url-text {
    font-family: arial;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    word-break: break-all;
    font-weight: 700;
}

.scammed-banner-question {
    font-family: arial;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    line-height: 1;
}

/* =========================
FORGOT LINK
========================= */
.forgot {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    text-decoration: none;
    color: #0000EE;
}

.forgot:hover {
    text-decoration: underline;
}

/* =========================
FOOTER
========================= */
.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #046aaf;
}

.footer-bar {
    max-width: 350px;
    text-align: center;
    font-size: 12px;
    margin: 20px 0px;
}

.footer-bar ul {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 20px;
    gap: 4px;
}

.footer-bar ul li{
    font-size: 12px;
    font-family: verdana;
}

.footer-bar ul li a {

    color: #046aaf;
    text-decoration: none;
}

.footer-copy {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: verdana;
    color: #046aaf;
}

/* =========================
POPUP
========================= */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
    z-index: 9999;
}

.popup-box {
    width: 100%;
    max-width: 490px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.popup-header {
    width: 70%;
}

.popup-text,
.popup-text-box {
    width: 90%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
}

.green-btn {
    background: #5CB85C;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.green-btn:hover {
    background: #449D44;
}

/* =========================
RESPONSIVE BREAKPOINTS
========================= */
@media (max-width: 768px) {
    .wrapper {
        margin-top: 20px;
    }

    .start-btn {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
.caption{
    font-size: 18px;
}
    .scammed-banner-text-content {
        font-size: 15px;
    }

    .logo {
        width: 70%;
    }

    .scammed-banner-question {
        font-size: 45px;
    }

    .captcha-img {
        width: 86%;
    }

    .submit-btn {
        font-size: 16px;
    }

    .get-scammed-banner {
        height: auto;
    }
}


/* =========================
ERROR MESSAGE ALERT
========================= */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  /* নিচের অংশটুকু ফর্মের সাথে সাইজ মেলানোর জন্য */
  max-width: 450px; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
}