
body {
    background: #b6e0c8;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.fp-page {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.fp-card {
    width: 520px;
    background: #fbfbfb;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    padding: 36px;
    text-align: center;
}

.logo-circle {
    width: 64px;
    height: 64px;
    background: #bff0ce;
    border-radius: 50%;
    margin: 0 auto 8px auto;
}

.brand {
    color: #9bd7b4;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}

.fp-top h1 {
    margin: 6px 0 6px 0;
    font-size: 24px;
    color: #222;
}

.subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 18px;
}

.input-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fff;
}

.input-with-icon .icon {
    width: 18px;
    height: 18px;
    fill: #b6b6b6;
    opacity: 0.8;
}

.form-control {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
}

.label {
    display: block;
    text-align: left;
    font-size: 13px;
    color: black;
    margin: 8px 0 6px 4px;
}

.btn {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-top: 12px;
    text-decoration: none;
    text-align: center;
}

.btn-send {
    background: #bff0ce;
    color: #fff;
}

.btn-back {
    background: #c96b6b;
    color: #fff;
    margin-top: 10px;
    width:95%;
}

.alert.success {
    background: #e6f9ed;
    color: #1a7a34;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}
