body {
    background-color: #edeae6;
    font-family: "Segoe UI", sans-serif;
}

.form-container {
    max-width: 500px;
    margin: 50px auto;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
}

.form-control {
    height: 48px;
    border-radius: 10px;
}

.btn-custom {
    height: 48px;
    font-weight: 600;
    border-radius: 30px;
    width: 100%;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 32px;
    font-size: 1.2rem;
    color: #333;
}

.input-wrapper {
    position: relative;
}

.iti {
    width: 100%;
}

#phone {
    width: 100% !important;
}
