.elementor-515 .elementor-element.elementor-element-c2a6d60{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}#elementor-popup-modal-515{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-515 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-515 .dialog-close-button{display:flex;}#elementor-popup-modal-515 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-c2a6d60 */.touapa-login-box {
    width: 100%;
    background: #fff;
    padding: 20;
    font-family: 'Figtree', sans-serif;
    color: #111;
}

.touapa-login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.touapa-login-header h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 400;
    color: #111;
}

.touapa-login-form {
    width: 100%;
}

.touapa-form-group {
    margin-bottom: 18px;
}

.touapa-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: #111;
}

.touapa-form-group label span {
    color: #111;
}

.touapa-form-group input {
    width: 100%;
    height: 46px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
    padding: 0 0 0 0;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.touapa-form-group input::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.touapa-form-group input:focus {
    border-bottom: 1px solid #111;
}

.touapa-forgot-row {
    margin-top: -6px;
    margin-bottom: 24px;
}

.touapa-forgot-row a {
    font-size: 12px;
    line-height: 1.4;
    color: #7d7d7d;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.touapa-login-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s ease;
    margin: 0 0 18px 0;
}

.touapa-login-btn:hover {
    opacity: 0.92;
    background: #111;
    color: #fff;
}

.touapa-divider {
    position: relative;
    text-align: center;
    margin: 0 0 18px 0;
}

.touapa-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    transform: translateY(-50%);
}

.touapa-divider span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    font-size: 12px;
    color: #9b9b9b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.touapa-google-wrap {
    margin-bottom: 18px;
}

.touapa-google-btn {
    width: 100%;
    min-height: 46px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #111;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.touapa-google-btn:hover {
    background: #fafafa;
    border-color: #d8d8d8;
    color: #111;
}

.touapa-google-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #db4437;
    font-family: Arial, sans-serif;
}

.touapa-register-link {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
}

.touapa-register-link a {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.touapa-login-error {
    margin-bottom: 16px;
    font-size: 13px;
    color: #c62828;
}/* End custom CSS */