body.cgota-body {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #0a2d76 0%, #153d8e 100%);
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.cgota-overlay {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
    background: rgba(0, 0, 0, 0.28);
}

.cgota-modal {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-radius: 28px;
    padding: 44px 56px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.cgota-header {
    text-align: center;
    margin-bottom: 22px;
}

.cgota-icon-wrap {
    margin-bottom: 14px;
}

.cgota-header h1 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.05;
    color: #0b3485;
    font-weight: 700;
}

.cgota-header p {
    margin: 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
[type=button], [type=submit], button {
    background-color: transparent;
	border: 4px solid transparent !important;
color: #000;
}

.cgota-subtext {
    text-align: center;
    font-size: 18px;
    color: #6d7f9f;
    letter-spacing: 0.3px;
    margin: 26px 0 34px;
    text-transform: uppercase;
}

.cgota-tabs {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 28px;
}

.cgota-tab {
    flex: 1;
    background: none;
    border: none;
    border-bottom: 4px solid transparent;
    padding: 16px 12px 18px;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    cursor: pointer;
}

.cgota-tab {
    color: #000 !important;
}
.cgota-tab.active {
    color: #0b3485 !important;
    border-bottom-color: #0b3485 !important;
}


.cgota-tab-content {
    display: none;
}

.cgota-tab-content.active {
    display: block;
}

.cgota-tab-content label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
}

.cgota-tab-content input[type="text"],
.cgota-tab-content input[type="email"],
.cgota-tab-content input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    height: 39px;
    padding: 0 16px;
    font-size: 16px;
    margin-bottom: 22px;
    outline: none;
    background: #fff;
}

.cgota-tab-content input:focus {
    border-color: #0b3485;
    box-shadow: 0 0 0 3px rgba(11, 52, 133, 0.08);
}

.cgota-checkbox {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 400 !important;
    margin-bottom: 24px;
    cursor: pointer;
}

.cgota-checkbox input[type="checkbox"] {
    width: 21px;
    height: 21px;
    margin: 0;
}

.cgota-btn {
   width: 100% !important;
    height: 44px;
    border: none;
    border-radius: 10px !important;
    background: #0b3485 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-top: 4px;
}

.cgota-btn:hover {
    opacity: 0.96;
	background: unset !important;
}
button.cgota-btn:hover {
    background-color: #000 !important;
}
button#cgota-show-forgot-password:hover {
    background: unset;
}
button.cgota-tab:hover {
    background: unset;
}
.cgota-link-btn {
    margin-top: 14px;
    background: transparent !important;
    border: none;
    color: #0b3485 !important;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
}

.cgota-message {
    display: none;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.cgota-message.success {
    display: block;
    background: #edf8f0;
    color: #186a2e;
    border: 1px solid #b8e0c2;
}

.cgota-message.error {
    display: block;
    background: #fff1f1;
    color: #a12626;
    border: 1px solid #efc0c0;
}

.cgota-hidden {
    display: none;
}
.cgota-icon-shield > img {
    width: 82px !important;
	height: auto !important;
}
#cgota-register-form select,
#cgota-login-form select,
#cgota-otp-form select {
  width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    height: 39px;
    padding: 0 16px;
    font-size: 16px;
    margin-bottom: 22px;
    outline: none;
    background: #fff;
}

@media (max-width: 767px) {
    .cgota-modal {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .cgota-header h1 {
        font-size: 40px;
    }

    .cgota-header p {
        font-size: 17px;
    }

    .cgota-subtext {
        font-size: 14px;
        margin: 20px 0 24px;
    }

    .cgota-tab {
        font-size: 18px;
        padding: 14px 8px 16px;
    }

    .cgota-btn {
        font-size: 18px;
        height: 56px;
    }
}
.cgota-forgot-password-link {
    display: block !important;
    width: 100% !important;
    background: transparent;
    border: none !important;
    color: #0b3485 !important;
    font-size: 15px !important;
    text-align: center !important;
    margin-top: 5px !important;
    cursor: pointer !important;
    padding: 0 !important;
}

#cgota-forgot-password-box {
    margin-top: 24px;
}

.cgota-forgot-btn {
    margin-top: 6px;
}

.cgota-consent-box {
    display: flex !important;
    align-items: flex-start;
    gap: 16px;
    background: #eef6ff;
    border: 1px solid #b8d3f8;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 26px;
    cursor: pointer;
}

.cgota-consent-box input[type="checkbox"] {
   width: 14px;
    height: 14px;
    min-width: 14px;
    margin-top: 5px;
}

.cgota-consent-box span {
    display: block;
    color: #2449b5;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.cgota-consent-box-large {
    max-height: 520px;
    overflow-y: auto;
}
.cgota-password-wrap {
    position: relative;
}

.cgota-toggle-password {
    position: absolute;
    right: 12px;
    top: 13%;
}
button#cgota-show-forgot-password:hover {
    background: unset !important;
}