﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.Mabokologo{
    height:15%;
    width:15%;
}
.HeadingLogo{
    display:flex;
    justify-content :flex-start;
    flex-wrap:wrap;
}
.heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.choicebutton {
    background-color: #FFD78F;
    text-align: center;
    padding: 10px 8px;
    border: 2px solid transparent;
    border-radius: 12px;
    width: 49%;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.choicebutton:hover {
    filter: brightness(0.97);
}

.choicebutton:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 178, 40, 0.45);
}

.flex{
    display:flex;
    justify-content: space-evenly;
}
.input-feild{
    border-radius:10px;
    padding:5px;
}
.icon{
    height:15px;
    width:15px;
}
.iconLogin {
    height: 30px;
    width: 30px;
}
.input-group .form-control {
    border-radius: 10px; 
    padding: 8px; 
    font-size: 1rem; 
    border: 1px solid #ddd; 
}

.input-group .input-group-text {
    border-radius: 10px 0 0 10px; 
    padding: 10px; 
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
}

.input-group .form-control:hover {
    border-color: #ffa500;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5); 
}

.input-group .form-control:focus {
    outline: none;
    border-color: #ffa500;
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.8);
}
.buttonContinue {
    background-color: #5FA9F0;
    border-radius: 12px;
    padding: 0.65rem 1rem;
    min-height: 48px;
    color: #ffffff;
    border: none;
    text-align: center;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 4px 14px rgba(95, 169, 240, 0.35);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.buttonContinue:hover:not(:disabled) {
    background-color: #4a96e6;
    box-shadow: 0 6px 18px rgba(95, 169, 240, 0.45);
}

.buttonContinue:active:not(:disabled) {
    transform: translateY(1px);
}

.buttonContinue:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    box-shadow: none;
}
.a1 {
    color: #2C07FF;
}
.text{
    text-align:center;
    margin: 5px;
}
@media (max-width: 576px) {
    .buttonContinue {
        width: 100%;
    }

    .icon {
        width: 24px;
        height: 24px;
    }

    .Mabokologo {
        max-width: 150px; 
    }
    .bravo {
        margin-top: 0px;
    }
}
.margin {
    margin-left: 0;
}

@media (min-width: 992px) {
    .margin {
        margin-left: 1.5rem;
    }
}
.Bravoheading {
    font-size: 60px;
    color: #FFB228;
    font-weight:500;
    font-weight:bolder;
}

.auth-panel .Bravoheading {
    font-size: clamp(2rem, 7vw, 3.25rem);
    line-height: 1.1;
}
.bravo {
    margin-top: 1.5rem;
    text-align: center;
}

.auth-panel .bravo {
    margin-top: 1.25rem;
}
.btn {
    background-color: #5FA9F0;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 5px 15px;
}
.btn1 {
    background-color: #5FA9F0;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 5px 15px;
}

.circleMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #5FA9F0;
}
.form-control.text-center {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
}
.fa-heart:before {
    content: none;
}

/* ——— Registration / auth layout ——— */
.auth-page {
    min-height: 70vh;
    background: linear-gradient(165deg, #fffaf3 0%, #f4f4f4 42%, #eef5fb 100%);
}

.auth-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-hero-visual .HomeLogo {
    margin-top: 0;
    max-width: min(100%, 420px);
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.06));
}

.auth-form-col {
    margin-left: 0 !important;
    max-width: 440px;
}

@media (min-width: 992px) {
    .auth-form-col {
        margin-left: auto;
        margin-right: 0;
    }
}

.auth-panel {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.35rem 1.25rem 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

@media (min-width: 576px) {
    .auth-panel {
        padding: 1.5rem 1.5rem 1.75rem;
    }
}

.auth-toolbar {
    display: flex;
    align-items: center;
    margin: -0.15rem 0 1.1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #ececec;
}

.auth-return-btn,
.auth-return-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3d3d3d;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid #e3e3e3;
    background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.auth-return-btn:hover,
.auth-return-link:hover {
    background: #fff8e8;
    border-color: #FFD78F;
    color: #b86b00;
    box-shadow: 0 2px 8px rgba(255, 178, 40, 0.2);
}

.auth-return-btn i,
.auth-return-link i {
    font-size: 0.72rem;
    opacity: 0.85;
}

.auth-return-row {
    margin-bottom: 0.75rem;
    text-align: start;
}

.auth-brand-block {
    text-align: center;
}

.auth-brand-block .heading {
    display: block;
    margin-top: 0.35rem;
}

.auth-brand-block .Mabokologo {
    height: auto;
    width: auto;
    max-height: 56px;
    max-width: 56px;
    object-fit: contain;
}

.auth-panel .subHeadinglabel {
    text-align: center;
    display: block;
    margin-bottom: 0.15rem;
}

.auth-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0.65rem;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 0.9rem;
    line-height: 1.4;
}

.auth-checkbox-row .form-check-input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.auth-footer {
    font-size: 0.9rem;
    color: #555;
    border-top: 1px solid #efefef;
    padding-top: 1rem;
    margin-top: 0.75rem;
}

.auth-footer a {
    font-weight: 600;
}

.auth-otp-lead {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    text-align: center;
}

.auth-otp-title {
    text-align: center;
    display: block;
    margin-bottom: 0.35rem;
}
